ctessier / nova-advanced-image-field

🌄 📐 A Laravel Nova advanced image field with cropping and resizing using Vue Advanced Cropper and Intervention Image
https://novapackages.com/packages/ctessier/nova-advanced-image-field
MIT License
100 stars 26 forks source link

Image thumbnail far too small #28

Closed bkilshaw closed 1 year ago

bkilshaw commented 4 years ago

The image thumbnail in a table view is tiny and useless. It's currently set to h-8 w-8 rounded-full which is impossible to see any detail. Any chance to use a larger default size, or give us the ability to override the thumbnail size?

keironwaites commented 3 years ago

Would love this as well.

ctessier commented 1 year ago

Hi @bkilshaw @keironwaites,

Since v2, the image size is not fixed anymore. You can now use maxWidth(), just like with any native image field in Laravel Nova: https://nova.laravel.com/docs/1.0/resources/file-fields.html#images

Hope this helps 😉