Spatie Media Library Plugin for FilamentPHP not generating responsive images
Is responsive images feature a Pro feature?
Just use the syntax is the docs:
use Filament\Forms\Components\SpatieMediaLibraryFileUpload;
SpatieMediaLibraryFileUpload::make('attachments')
->multiple()
->responsiveImages()
However no multiple images is being uploaded to the storage. Its juse one file
6 Replies
Are you using the panel builder? What is the Filament version?
Hi bro apologies for the late reply. No I am not using panel builder. The Filament version is 2.17
hum.. I tried this using V3 and it is working..
Hey bro I appreciate the response. Filament version 2 should support it I wonder why its not working. I'm gonna have to look again. Thank you
You did include the
registerMediaConversions
method on your model, right?Yeah that might the one I might be missing. Will check again. Thanks brother