Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #474667

    Is there a way to activate the image hover effect on mobile so the image is slightly increased when touched? If so, can you please let me know how to do this? Thank you!

    #475028

    Hey!

    Try adding this code to the Quick CSS:

    .av-hover-grow:active img { -webkit-transform: scale(1.1); transform: scale(1.1); }
    

    Cheers! 
    Josue

    #476725

    Thanks but this code doesn’t make the image hover effect work on my mobile devices. Any other code I can try?

    #476749

    Hover doesn’t exists on mobile devices, :active should toggle when the user presses the element for some time. I’ve not tested it but it should work like that, i’d like to test it on your site but i’m not seeing the code being added to Quick CSS.

    Best regards,
    Josue

    #476843

    Thanks Josue. I put the code back in so you can test. Thanks!

    #476978

    It works, if you tap the image it does zoom, i’ve tested it on a Motorola G running latest Chrome / Android.

    Best regards,
    Josue

    #477262

    Ok thanks. You can close this thread.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Image Hover Effect on Mobile’ is closed to new replies.