Hi, while fine-tuning design of one page I found that switching on and off Woodmart lazy loading affects page looks.
The page has a row with “stretch row and content (no paddings)” setting. There are two columns in the row. Left column contains image gallery. When lazy load is on, all images get .wd-lazy-load class with width property set to 100%, leading to images being scaled up to the screen size even if proper size of image is bigger than its physical size.
When lazy loading is switched off, no such class is applied, this leads to images being scaled only until their resolution is reached. After the container becomes bigger than image physical resolution some padding appears and image is no longer upscaled.
So there’s scaling inconsistency which I suppose is a bug.