• Resolved struggledapreacher

    (@struggledapreacher)


    Hello,

    I have two identical layouts embedded in one page and in one of them some thumbnails are blurry. I can’t find the reason what could cause it. All the posts have the same attributes.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @struggledapreacher

    Thanks for providing the web page link.

    I think you are talking about the slider section of page via News & Blog Designer Pack plugin after this line “ТОЛЬКО РУССКОЯЗЫЧНЫЕ НОВОСТИ” right?

    When I checked, I found that you are using Image Lazy Load functionality which is causing this issue. This functionality is putting an extra class on image named “tf_svg_lazy” which blurs the image.

    Please refer below screenshot https://prnt.sc/1vqojk1

    Also you can use below CSS for temporary solution,

    .bdp-post-image-bg img {
        filter: none;
    }
    Thread Starter struggledapreacher

    (@struggledapreacher)

    i highly appreciate your reply!

    should i disable lazy load? and what do you mean by temporary?

    thank you

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @struggledapreacher

    Thanks for your response.

    Temporary means this is a temporary solution to work with your lazy load. Lazy Load is a good functionality for site performance so I will not recommend you to disable it.

    The above CSS will work with your lazy load. You can ask to lazy load plugin or theme author from which this functionality is coming. They will help you more in this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Preview Pictures Blurry’ is closed to new replies.