Spatie Media Library not show images correctly in grid
When using the Spatie Media Library component it sometimes loads correctly and other times it loads incorrectly. I don't understand why since there is no error in the console.
I think it only happens when the layout is grid because I have another component of an image that always looks good.
5 Replies
I guess the image timed out loading?
The image weighs little as you see there. Sometimes appears like this:
And sometines well:
check the network log if you can recreate it. Likely a server issue / timeout / fetching issue somewhre
only happens with panelLayout('grid'):
If i remove this line it's works always.