#make all images clickable and display in full

7 messages · Page 1 of 1 (latest)

balmy grove
#

currently my code is like this
SpatieMediaLibraryImageEntry::make('product-image')
->collection('product-images')
->label(''),
then I want this image to be clickable and it will appear in full in the infolist

kindred sierraBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

leaden plank
#

->preview()

balmy grove
leaden plank
#

Try previewable() should be in the docs

balmy grove
leaden plank
#

Looking at the source, it's not possible. You could submit a PR to add such support I am sure.