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

Allow customResizer to be passed to <Thumbnail />

Compare
Choose a tag to compare
@rnicholus rnicholus released this 27 Mar 04:50
· 32 commits to master since this release

This allows a 3rd-party resizing library to be used (such as Pica) to resize thumbnail previews. This can be done with direct use of <Thumbnail /> or indirectly, though the <Gallery /> component. See the code demo at the end of the <Thumbnail /> component in the README for more details.

Completed in #24. This marks the last planned feature before v1.0.