nova-advanced-image-field icon indicating copy to clipboard operation
nova-advanced-image-field copied to clipboard

Image thumbnail far too small

Open bkilshaw opened this issue 5 years ago • 1 comments

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?

bkilshaw avatar Dec 02 '19 23:12 bkilshaw

Would love this as well.

keironwaites avatar Nov 15 '20 16:11 keironwaites

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 😉

ctessier avatar Mar 07 '23 21:03 ctessier