mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
adjust max width of file to expand over max allowable width if thin
This commit is contained in:
parent
119d46b734
commit
ab4592a84a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user