You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've been having issues with some gawker sites when the top image is a gif (quite often) and finally looked into it.
Gif Delayer is causing the issue, and I believe the problem is with lazyloaded gifs. I've been playing along, but I'm not sure how to fix this, so until then or we get a whilelist I added the css ...
.lazy-gif img {
visibility: visible ;
}
using stylebot (https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en) , but if anyone knows any other sites and this is always an issue we can have it skip anything with a "lazy" class, or add the css to the plugin
The text was updated successfully, but these errors were encountered:
So I've been having issues with some gawker sites when the top image is a gif (quite often) and finally looked into it.
Gif Delayer is causing the issue, and I believe the problem is with lazyloaded gifs. I've been playing along, but I'm not sure how to fix this, so until then or we get a whilelist I added the css ...
.lazy-gif img {
visibility: visible ;
}
using stylebot (https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en) , but if anyone knows any other sites and this is always an issue we can have it skip anything with a "lazy" class, or add the css to the plugin
The text was updated successfully, but these errors were encountered: