dmitrybubyakin / nova-medialibrary-field

Laravel Nova field for managing the Spatie media library
MIT License
262 stars 62 forks source link

Preview customization not working #176

Open bendbot opened 1 year ago

bendbot commented 1 year ago

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"