mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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
|
||||
* @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
|
||||
|
Loading…
Reference in New Issue
Block a user