Invidious: [Feature Request] Lazy Loading Images

Created on 6 May 2020  路  4Comments  路  Source: iv-org/invidious

https://invidio.us have a lot of images on all pages. I think its good idea to implement lazy load for all images so that the loading speed will be much faster especially for mobile users. Implementing lazy load for images also can save a lot of server bandwidth when a user does not scroll to the bottom of the page, the thumbnails images of related videos will not be loaded all at once. Just a suggestion to make this website more user friendly. Cheers.

enhancement medium frontend

Most helpful comment

Native lazy loading as proposed by @cloudrac3r sounds like a good idea, as it's fairly low effort, works without JavaScript, adding the attribute will work for browsers supporting it, and it should gracefully degrade to the current behavior for other browsers. Both Firefox and Chrome-based browsers now support it.

All 4 comments

i wonder if jpgs could be converted to progressive jpgs on the fly and if browsers could pause loading the jpg once it loaded the low res version until you scroll down and then load the rest. thats probably a feature to better implement in the browser.

i wonder if jpgs could be converted to progressive jpgs on the fly and if browsers could pause loading the jpg once it loaded the low res version until you scroll down and then load the rest. thats probably a feature to better implement in the browser.

Great idea. 馃憤

Cool idea, but doing this with JavaScript would remove all images for people that have scripts turned off. Doing this without JavaScript? It's not quite here yet. https://caniuse.com/#feat=loading-lazy-attr

Native lazy loading as proposed by @cloudrac3r sounds like a good idea, as it's fairly low effort, works without JavaScript, adding the attribute will work for browsers supporting it, and it should gracefully degrade to the current behavior for other browsers. Both Firefox and Chrome-based browsers now support it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

apfelchips picture apfelchips  路  5Comments

elypter picture elypter  路  4Comments

Zero3K picture Zero3K  路  4Comments

PureTryOut picture PureTryOut  路  3Comments

Jtasiu picture Jtasiu  路  3Comments