ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.
595 stars 297 forks source link

Add Cropping Support to Images #44

Closed idragon81 closed 5 years ago

idragon81 commented 5 years ago

Using media conversion does help in restricting the max resolution. However it would be great if we could enforce the aspect ratio

ebess commented 5 years ago

you can do so by adding proper validation: https://laravel.com/docs/5.7/validation#rule-dimensions

idragon81 commented 5 years ago

I meant to have a client side cropper like https://github.com/64robots/nova-image-cropper

ebess commented 5 years ago

@idragon81 just released support for cropping with 2.5.0