XiongAmao / vue-easy-lightbox

A tiny lightbox component for Vue.js 3.0 :tada::tada: https://xiongamao.github.io/vue-easy-lightbox/
MIT License
420 stars 69 forks source link

Disabled pinch on device #130

Closed MIGUELGM98 closed 1 year ago

MIGUELGM98 commented 1 year ago

How can I disable the pinch option when zooming on a real device, I have this problem when pinching image

XiongAmao commented 1 year ago

HI, there is no options to disable/enable pinch. I'll add this option later. And can you provide some code for this problem, maybe i can fix it.

XiongAmao commented 1 year ago

Hi, i added pinchDisabled prop in v1.16.0. Maybe it can help you to solve this issue.