Disable lazy load for specific block
-
Hello. I enabled Lazy load feature in theme settings, but it seems that Woodmart slider has some problems with it. If i scroll page down and refresh it, slider doesn’t update it height after img is loaded till i switch some slide. So is there any way to disable lazy loading for some slider or somehow to force update it height after img loaded?
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image .vc_figure {
width: 100%;
}
Regards