Documentation

Configuration / thumbnail.use_exif

Boolean option for enabling the use of EXIF data for the display of thumbnails. Many jpg, jpeg or tiff images contains a thumbnail version of the image, this options enables MoxieManager to extract and use that thumbnail. The thumbnail will not be saved down, it is extracted every time the image is viewed inside MoxieManager.

Please note that the size of this thumbnail will be stretched to the size specified in the MoxieManager configuration options.

Default value of this option is false.

$moxieManagerConfig['thumbnail.use_exif'] = true;
<add key="thumbnail.use_exif" value="true">