In Safari Browser website is getting blurry
-
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.
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