Shaarli: Thumbnails are not loading in "Picture wall"

Created on 22 Aug 2019  路  1Comment  路  Source: shaarli/Shaarli

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.

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:

.b-lazy {
  min-width: 1px;
  min-height: 1px;
}

>All comments

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;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

virtualtam picture virtualtam  路  5Comments

cy7yz2rj picture cy7yz2rj  路  3Comments

virtualtam picture virtualtam  路  9Comments

xrat picture xrat  路  9Comments

ArthurHoaro picture ArthurHoaro  路  10Comments