You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem:
horizontal scroll caused by certain lazy loaded images (identified these images by removing all images one by one in DOM)
workaround:
add data-no-lazy="1" to problematic images, but our editors should not have to investigate this by themselves, and insert this attribute by hand for images that break the page.
PS: when scrolling to the problematic image(s), data-was-processed="true" gets added to img element and horizontal scroll for the page disappears.
how to proceed?
The text was updated successfully, but these errors were encountered:
problem:
horizontal scroll caused by certain lazy loaded images (identified these images by removing all images one by one in DOM)
workaround:
add
data-no-lazy="1"
to problematic images, but our editors should not have to investigate this by themselves, and insert this attribute by hand for images that break the page.PS: when scrolling to the problematic image(s),
data-was-processed="true"
gets added toimg
element and horizontal scroll for the page disappears.how to proceed?
The text was updated successfully, but these errors were encountered: