Performance

Jan 06, 2023 WordPress

How to Lazy Load images in WordPress without Plugin?

Lazy-load is a way to prevent images from loading before scroll. There are many plugins that help you with this, some themes even have a built-in lazy-load function. Here I will show you that it’s not hard to implement it yourself. Step 1: Replace SRC Attribute When an image has src attribute, it will always load no […]