Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #410606

    Hello,
    I want these pictures to show up grey unless hovered over. In a post I found here (allready closed) I saw the code below. This code does work in Firefox but not in Internet Explorer:

    .av-masonry-image-container {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    }
    .av-masonry-image-container:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    }

    #410860

    Hi PeterTLH!

    Do you have a link for the site in question please?

    Best regards,
    Rikard

    #412008

    Hello,

    It is a local website on our NAS so I cannot give you a link.

    Greetings,
    Peter

    #412226

    Hey!

    Having cross-browser grayscale effect is unfortunately not easily possible. Please hire a freelance developer if you need such feature cross browser. Please feel free to request such feature here as well – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

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