Images Do Not Load On "Open In New Tab" Pages

User Help for Mozilla Firefox
Post Reply
User avatar
D.Dancer
Posts: 76
Joined: February 5th, 2006, 1:09 pm

Images Do Not Load On "Open In New Tab" Pages

Post by D.Dancer »

It is quite frustrating in that I am opening the link in a new tab to allow the page to load fully before I view the page, but sometimes the page does not load animated gifs as expected, so when I view the page, suddenly, I am waiting till the browser downloads the image first.

What's causing that?
User avatar
DanRaisch
Moderator
Posts: 127228
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Images Do Not Load On "Open In New Tab" Pages

Post by DanRaisch »

Moving to Firefox Support.
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Re: Images Do Not Load On "Open In New Tab" Pages

Post by Gingerbread Man »

The site is probably "lazy loading" the images, meaning they don't start loading until you've scrolled them into view. This keeps their servers from being pummeled with dozens or more image requests at a time. I don't see any add-ons to disable this. Some user scripts exist, though whether they're still up-to-date or work on the sites you visit is another story. If you can't find a suitable one, you can make a request on the forum.
User avatar
D.Dancer
Posts: 76
Joined: February 5th, 2006, 1:09 pm

Re: Images Do Not Load On "Open In New Tab" Pages

Post by D.Dancer »

As an update:
Gingerbread Man wrote:The site is probably "lazy loading" the images,
Wrote CSS to overcome this in Stylish per site that aggravates me with this feature.

Code: Select all

.lazyload {
  opacity: 255 !important;
}
For example, on one particular site that was using JavaScript to detect when the element was supposed to be viewed.
Brummelchen
Posts: 4480
Joined: March 19th, 2005, 10:51 am

Re: Images Do Not Load On "Open In New Tab" Pages

Post by Brummelchen »

Post Reply