I followed the above tutorial for magnification over images which works great with a mouse, but I want it disabled on mobile. Is there a way to do this? I can’t remove a class only for a certain breakpoint so I’m not sure how to go about this.
You should not, it’s going to bring issues down the road.
But the answer is:
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
Thank you! Will test it out and proceed with caution.