nova-medialibrary-field
nova-medialibrary-field copied to clipboard
Preview customization not working
https://github.com/dmitrybubyakin/nova-medialibrary-field/blob/162bbbbd44994c5d7c33d765e8cc6b4d1adfce24/resources/js/components/Medialibrary/MediaPreview.vue#L6
After this change Preview Customization stopped working. It is not possible to change the size class because h-24 w-full is the default.
->withMeta([
'detailsPreviewClassList' => 'w-32 h-44 rounded',
]),
class="block h-24 w-full object-cover w-32 h-44 rounded"