Home Forums Basel support forum In Safari Browser website is getting blurry

In Safari Browser website is getting blurry

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

    Dear Support Team,

    I have attached an image please check the image blurry thing happens when we open the website in safari (apple gadgets internet browser)

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

    Hello,

    Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to fix this issue.

    .browser-Safari .wpb_animate_when_almost_visible {
        -webkit-animation: unset!important;
        -o-animation: unset!important;
        animation: unset!important;
    }

    Best Regards

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