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
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