Tagged: masonry
hello
I found picture on masonry, there is a little different on firefox and chrome.
like page : https://kriesi.at/themes/enfold/blog/masonry-blog/
on firefox , when mouse over the picture , it is sharp
but on chrome , when mouse over the picture , it is a little blur.
Do you think so?
how to make picture sharper on chrome?
thanks.
Hey Moaaaaya,
Thank you for using Enfold.
We found a css code in the following documentation, which might help sharpen the images a bit.
// https://developer.mozilla.org/en-US/docs/web/css/image-rendering
.av-masonry-image-container {
image-rendering: -webkit-optimize-contrast;
}
You can also set the value to “high-quality”, but it’s still experimental.
.av-masonry-image-container {
image-rendering: high-quality;
}
Best regards,
Ismael