F
Filament4mo ago
Mike.

make all images clickable and display in full

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
6 Replies
toeknee
toeknee4mo ago
->preview()
Mike.
Mike.OP4mo ago
when i use ->preview() eror
No description
toeknee
toeknee4mo ago
Try previewable() should be in the docs
Mike.
Mike.OP4mo ago
yes,but i use infolist
toeknee
toeknee4mo ago
Looking at the source, it's not possible. You could submit a PR to add such support I am sure.
Mike.
Mike.OP4mo ago
alright,thx bro

Did you find this page helpful?