• Resolved gracielatf

    (@gracielatf)


    Hello! I’m using the free version and noticed that on mobile, the hover effect doesn’t work properly unless clicked or pressing on the image. I’m using iOS and I want to know if there is a way to make the hover effect to work if scrolling and passing over the images? The website is currently under construction so I can’t share a link of it :/ I will really appreciate any help in this regard.

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Blocksera

    (@blocksera)

    Hi gracielatf,

    We understand your request. Though we don’t have setting to get what you want, it can be done using CSS pretty easily.

    Please use the following css in a place you’re comfortable (e.g., Appearance > Customize > Additional CSS) and the hover contents will show by default on mobile screens.

    @media(max-width : 767px){
        .eihe-box .eihe-caption {
            opacity: 1;
            transform: none;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Image hover on mobile not working?’ is closed to new replies.