adjust max width of file to expand over max allowable width if thin

This commit is contained in:
Paul Clarke 2016-09-21 19:51:18 +12:00 committed by Ingo Schommer
parent 119d46b734
commit ab4592a84a

View File

@ -159,7 +159,7 @@ trait ImageManipulation {
* @config * @config
* @var int * @var int
*/ */
private static $asset_preview_width = 400; private static $asset_preview_width = 930; // max for mobile full-width
/** /**
* The height of an image preview in the Asset section * The height of an image preview in the Asset section