Spatie Media Library grid columns
Hello, is there any way to change the number of columns using the SpatieMediaLibraryFileUpload component, this is the code I got:
SpatieMediaLibraryFileUpload::make('images')
->label('Images')
->multiple()
->panelLayout('grid')
->columns(6)
->collection('places'),
but the result it's always a 3 column grid.
Thanks in advance for any advice.
1 Reply
Solution
Only way to adjust this would be with css.