Major Content Layer Shift Due to Lazy Loading Images
-
Hi,
Many people are seeing content layer shifts issue due to something that changed with a3 lazyload or the popular theme generate press.
The CLS issue is not picked up in google page speed lab data but is shown in the field data. This makes websites not pass the google core web vitals which is going to be very important soon.
If you could work to fix this problem ASAP that would be great as I like a3 lazyload better than other lazy loader plugins.
From another a3 support user.
I am seeing similar issues. A3 lazy load adds its placeholder gif into src which has an aspect ratio of 1:1. The browser thinks the actual img has an aspect ratio of 1:1 and scales the entire frame.
What is happening is a3 saves the space for the width rather than the height of the image. Maybe A3 assumes that the height is going to be defined first. However, generate press defines the width and then the height.
Please let me know if you can fix this quickly. It takes a long time for the field data to update so the sooner the better!
Thank you!
- The topic ‘Major Content Layer Shift Due to Lazy Loading Images’ is closed to new replies.