prestaconcept / PrestaImageBundle

Allow to crop local and remote image before uploading them through a classic form.
MIT License
23 stars 19 forks source link

'show_aspect_ratios' config missing #78

Closed Mecanik closed 3 years ago

Mecanik commented 3 years ago

This parameter config is present in the templates but nowhere inside the .php files.

Please add this to be read and loaded.

Thanks

J-Ben87 commented 3 years ago

@Mecanik this variable is just a boolean used to adapt the modal rendering. It's based on the number of aspect_ratios defined in your form type options. If you have defined more than 1 aspect ratio, a selector will pop on the right side of the modal.

aspect_ratios is the first option documented in the README.

I hope this it's clearer, otherwise let me know :wink: