-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
amp-img fails to load when inside amp-list template that's inside an amp-story-page-attachment. #33241
Comments
In addition to amp-image, it seems that this also affects amp-fit-text. |
If it helps, I'm running into the same issue. The markup is the following:
Inspecting the element, it looks like the image doesn't finish loading and it's showing a loading div:
The image does load properly and I see it in the network tab. Also, if I add in an |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
What's the issue?
amp-img fails to load when inside amp-list template that's inside an amp-story-page-attachment.
Inspecting the developer console reveals that the 'src' is never retrieved.
Also affects amp-gfycat which loads amp-img and amp-video. Seems also likely to be affecting amp-video.
How do we reproduce the issue?
Tips on Rendering Bugs
The mustache template is located in amp-story-grid-layer because it cannot be a descendant of amp-story-page-attachment. This pattern works for other amp-list elements like rendering buttons.
What browsers are affected?
Chrome on windows. Chrome app on Pixel 4a 5g.
Which AMP version is affected?
amp-story
The text was updated successfully, but these errors were encountered: