Home Forums WoodMart support forum Disable lazy load for specific block

Disable lazy load for specific block

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #152716

    Flathost
    Participant

    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?

    #152782

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)