Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Support for initial file / canned file thumbnail previews

Compare
Choose a tag to compare
@rnicholus rnicholus released this 20 Mar 01:02
· 49 commits to master since this release

Now, thumbnails associated with initial files will be properly rendered both when using the <Gallery /> component and the lower-level <Thumbnail /> component (which the <Gallery /> uses internally. Specific changes include:

  • New fromServer property available on <Thumbnail />.
  • <Gallery /> will attempt to render the <Thumbnail /> for an initial file using the image URL associated with the corresponding initial file record.

Requested in #51 & implemented in #77.