Attribute image LazyLoad
-
How can I add an attribute to the image with bold builder?
I have to add this:
Disable LazyLoad on an image
?? If you want to disable LazyLoad on a specific image, you can do it by adding the attribute
data-no-lazy to the img HTML tag:<img src="my-image.jpg" data-no-lazy=”1″ alt=”” width=”100″ width=”100″ />
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Attribute image LazyLoad’ is closed to new replies.