amphtml: amp-live-list not loading amp-img
What’s the issue?
amp-img is not loading images when inside at amp-live-list, unless you resize your window.
How do we reproduce the issue?
-
Open
amp-live-listAMP Playground example 1.1 If image is visible, reload the page. -
Add
amp-accordioncomponent, and the problem is fixed.
What browsers are affected?
Google Chrome 57 (desktop)
Which AMP version is affected?
AMP Version: 1492571781980
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 22 (19 by maintainers)
I’ve discovered that an
amp-imgelement outside theamp-live-listbut on the same page will fix the error. So that’s a workaround if this is affecting you in production: insert a transparent 1x1 PNG somewhere else on the page.