Images
Lazy Load
Using vanilla-lazyload
You must add the classes o-lazy & js-lazy on the img tag.
An easy way to prevent content reflow from lazy-loaded images is to set the src attribute to an inline svg. The svg viewBox must have the same aspect ratio as your image.