Hi,
Using Shaarli 0.11.1, thumbnails are not loading in "Picture wall".
Demo : https://jeekajoo.eu/links/?do=picwall

However, pictures that are supposed to load are available :
It looks like "b-lazy" class is very lazy ;)
Thanks
J.
Hi, yes it stopped working at some point I'm not sure why. There is a fix that has been merged but not released yet in #1354.
You can work this around by adding in your user.css:
.b-lazy {
min-width: 1px;
min-height: 1px;
}
Most helpful comment
Hi, yes it stopped working at some point I'm not sure why. There is a fix that has been merged but not released yet in #1354.
You can work this around by adding in your
user.css: