Hi,
we noticed that Essential Grid images appear pixelized on “mouse out” when using Chrome. This issue is not visible in other browsers like Edge or Firefox. What can we do to fix the issue?
Thanks!
Hi,
we noticed that Essential Grid images appear pixelized on “mouse out” when using Chrome. This issue is not visible in other browsers like Edge or Firefox. What can we do to fix the issue?
Thanks!
Hey @nezzazvoni,
This could be some CSS code that blurs the image when you hover it but I am not certain if it is really causing it.
Is there a chance that you can provide us the URL of the site in question since you account has a lot of licenses in it.
Thank you.
Sure, please see the attachment below.
Hi @nezzazvoni,
Please add this code in X > Theme Options > CSS:
.esg-anime-blur .esg-entry-media {
filter: blur(0px) !important;
}
Hope this helps.
Hi,
that kind of helped - the blur effect is gone completely, no matter where the cursor is.
I guess this is also a solution, but I am just wondering - is there a way how to preserve the blur effect on mouse over without the undesireable post-effect?
Thanks a lot.
Hi @nezzazvoni,
You can edit your Essential Grid skin using the Skin Editor feature.
https://www.themepunch.com/essgrid-doc/item-skin-editor/
Thanks,
Hi,
I was referring to the problem mentioned above - there is clearly something wrong with the way Chrome is handling those effects in Essential Grid, because the image before and after “mouse over” is rendered in different quality. The point is, that we like the blurry effect on “mouse over”, we just want it to work properly everywhere (it works in Firefox, Edge…). Your fix disables this effect completely.
Also the headline under the image is now moving approx. 2px when activated, which also is not intended.
So is there a solution to keep this particular effect (which is actually a built-in skin) but without the pixelized image afterwards?
Thanks!
Hi @nezzazvoni,
Thanks for clarifying. I checked the hover and the mouseout effect using Chrome and the feature image quality remains the same. Please scree the screencast on the Secure Note.
I have also asked another colleague to check it on Chrome and was also not able to replicate the issue you mentioned.
Please try to clear your browser and site cache then check again.
Thank you.
Ok, I will try to do this.
Hey @nezzazvoni,
Thanks for showing us and providing the OS and browser name. Because I’m using the same, I could replicate the issue.
It’s actually the scaling of the image container that is making the image look pixelated. This looks like a bug in Chrome on Windows but I’ll keep digging.
For now, you will need to disable the scaling by adding this code in Theme Options > CSS or your grid’s CSS.
.esg-anime-blur .esg-entry-media {
transform: none !important;
}
Hope that helps.
Hi there, It looks your code is working. Thank you for your help .
You’re welcome. Glad we’re able to help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.