Lazysizes css for styling loader not working
-
I consider as important from accesibility that the user knows that an image is going to be loaded. For that the Lazysizes uses the following css
.lazyloading {
opacity: 1;
transition: opacity 100ms;
background: #f7f7f7 url(loader.gif) no-repeat center;
}
But is not working so is there any way to do so with Autoptimize?
Regards!
TomásThe page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Lazysizes css for styling loader not working’ is closed to new replies.