statamic / v2-hub

Statamic 2 - Feature Requests and Bug Reports
https://statamic.com
95 stars 5 forks source link

CP: single asset image in bard displays original image instead of thumbnail/toenail #2411

Open tschmidiger opened 5 years ago

tschmidiger commented 5 years ago

Having a bard asset field with a single image, the original image is displayed in the expanded view of the fieldset (in the cp). However, having the original image loaded in the cp - which can be quite large - is not ideal.

The corresponding Vue-component (statamic/resources/js/components/fieldtypes/assets/AssetTile.vue) should be referencing on line 22 the toenail-version of the image, instead of the original image.