progressive images lazy load #30
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
deepcrayon/news#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
They get a red box around them, maybe just in FF. clicking on them is fine.
opus says
Diagnosis Confirmed: Progressive JPEG + Lazy Loading Issue in Firefox
The Problem:
NY Post serves all their images as progressive JPEGs (as opposed to baseline JPEGs)
Firefox has a known issue with progressive JPEGs when combined with loading="lazy"
This causes the images to show as broken (red dotted boxes) initially
When clicked, the browser forces a full load, which then works
Evidence:
All NY Post images (article_6xxx) are progressive JPEGs
Other sources' images are baseline JPEGs and work fine
The issue occurs on NY Post's own website (they likely use lazy loading too)
The issue is Firefox-specific
The Fix:
We need to remove loading="lazy" specifically for progressive JPEG images from NY Post. Since we can't detect if an image is progressive on the client side, we should remove lazy loading for all NY Post articles.