Home › Forums › WoodMart support forum › onepage anchor not working with lazy loading › Reply To: onepage anchor not working with lazy loading
December 2, 2022 at 12:56 pm
#425669
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-image img.wd-lazy-load {
width: 100%;
}