Tagged: 

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

    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.

    #1128777

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.