Hi,
I'm a huge fan of the responsive images feature of media-library, especially the tiny placeholder is really great.
When I use an image inside of a Livewire component, the image is shown perfectly as expected when the component is initially loaded. But as soon as an element in the component changes the image will be replaced by the tiny placeholder (the blurry svg). For some reason this keeps happening. The only thing I can do is set use_tiny_placeholders => false in the media-library config file.
Is there anyone who has experienced the same and came up with a solution?
Thank you in advance!
Laravel 8.27.0
Medialibrary 9.4.2
Livewire 2.3.17