• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 11.10.21, 08:55
  • Opened by: PeterJ
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22404 - disable image zoom for mobile on the product page

Hello,

how to disable image zoom for mobile on the product page?

I’m using elements for product page and only on the mobile phone I need to disable zoom.

Thnak you.

Comments

Fred 11 Oct 2021, 10:28

Hi, PeterJ.
Try this CSS

@media(max-width:500px) {
.prod-image-zoom {pointer-events:none}
}
PeterJ 11 Oct 2021, 11:29

Yes it’s OK now.
Thank you!

Fred 11 Oct 2021, 11:30

You are welcome!