Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SilverStripe CropperField options

I'm using SilverStripe Cropperfield: https://github.com/willmorgan/silverstripe-cropperfield

There should be a way to set the aspect_ratio option to set the cropperbox to a certain size. The documentation however is not entirely clear on where to put this option.

Where can you set the options?

like image 602
Semicolon Avatar asked May 30 '26 22:05

Semicolon


1 Answers

The 4th option of the constructor, when you instantiate the field.

https://github.com/willmorgan/silverstripe-cropperfield/blob/master/code/CropperField.php#L89

Hope the module helps you!

like image 147
Will Morgan Avatar answered Jun 01 '26 12:06

Will Morgan