Home Forums WoodMart support forum Lazy Load

Lazy Load

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #239474

    blackmocha
    Participant

    Hi There,

    When I turn on “Lazy Loading for Images”. Somehow the Slider images on the main page and the content images on the product page all become wider..like 1036px.

    When I turn off “Lazy Loading for Images”. Both the slider image and content images return back to normal width of the images (Full size image attachment).

    How can I turn on “Lazy Loading for Images”, but keep the images as normal size?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #239815

    blackmocha
    Participant

    Hi There,

    Were you able to identify the issue?

    #239832

    Hello,

    I am terribly sorry for the delay.

    Please provide your site admin access to the private area. We need to check the settings.

    Best Regards

    #239834

    blackmocha
    Participant

    Hi there, here you go:

    #239953

    Hello,

    Initially, the lazy loading feature was designed to ensure 100% width for images in order to prevent a considerable size shift during uploading, and in this case, you can limit image size by means of Elementor https://prnt.sc/vflgvg

    Alternatively, we can provide custom CSS to remove 100% width inside the tab of the product description, however, in this case, there may be a size shift and we cannot eliminate this completely:

    .woocommerce-Tabs-panel--description .woodmart-lazy-load {
    width: auto !important
    }

    Add this code to the Theme Settings > Custom CSS > Global.

    Best Regards

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