This repository was archived by the owner on Nov 19, 2018. It is now read-only.
Support for initial file / canned file thumbnail previews
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.