Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nytimes.com - lazy-loaded images not loaded #1067

Open
Tally opened this issue Mar 19, 2023 · 1 comment
Open

nytimes.com - lazy-loaded images not loaded #1067

Tally opened this issue Mar 19, 2023 · 1 comment

Comments

@Tally
Copy link

Tally commented Mar 19, 2023

First encountered at https://www.nytimes.com/2023/03/17/t-magazine/josh-kline.html

Only the first image in the article loads and all are preceded by the containing "Image". Notably the subsequent images are wrapped in a

with the 'data-testid="lazy-image"' attribute but my own attempts at catching and addressing this have not been fruitful.

@HolgerAusB
Copy link
Collaborator

HolgerAusB commented Mar 19, 2023

Unfortunately only the first two pictures are implemented directly in the html code by <img... The first one is obove the title and striped from FTR, because it is outside the body-identifyier. The second image shows up in FTR. All other pictures are put' in via java-script. FTR doesn't see theese <img> tags, because it uses just the plain html without interpreting/rendering the script code before.

With current techniques no chance to display the pictures with FTR in the article. 😒

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants