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
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