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!
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
Thanks but this code doesn’t make the image hover effect work on my mobile devices. Any other code I can try?
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
Thanks Josue. I put the code back in so you can test. Thanks!
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
Ok thanks. You can close this thread.