Replies: 1 comment
-
Image::make('Photos')
->multiple()
->removable()
->itemAttributes(static fn(string $filename, int $index) => ($index % 2)
? ['style' => 'height:64px; height:64px;']
: ['style' => 'height:64px; width: 250px;']
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce:
itemAttributes
method to replace the class of individual itemsBeta Was this translation helpful? Give feedback.
All reactions