nova-medialibrary-field icon indicating copy to clipboard operation
nova-medialibrary-field copied to clipboard

Preview customization not working

Open bendbot opened this issue 2 years ago • 0 comments

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"

bendbot avatar Mar 08 '23 20:03 bendbot