I'm currently using Fancybox I'd like to disable image zoom with the pinch gesture on iPad.
I've tried using CSS touch-action:none;
and setting options in fancy box.
$("[data-fancybox]").fancybox({
clickContent : false,
});
I'd like the image to not respond to pinch zooming.