How to align images horizontally, wrap to next line if there is no more space

SpatieMediaLibraryFileUpload::make('carousel')
->multiple()
->image()
->collection('carousel')
->imagePreviewHeight('150')
->enableOpen()
->enableDownload()
SpatieMediaLibraryFileUpload::make('carousel')
->multiple()
->image()
->collection('carousel')
->imagePreviewHeight('150')
->enableOpen()
->enableDownload()
No description
5 Replies
ericmp #2
ericmp #28mo ago
so yeah, as title says i want to align the images horizontally, one next other and if there is no more space, make them go to the next line (which i guess is done automatically)
ericmp #2
ericmp #28mo ago
No description
ericmp #2
ericmp #28mo ago
anyone?
Saade
Saade8mo ago
->panelLayout('grid')
ericmp #2
ericmp #28mo ago
thanks 🙏