You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use [limitZoom]="number" but it does nothing.
As a workaround, I have had to add an absolutely positioned image inside the tag - this correctly restricts zoom but it makes my code far more complex than it needs to be since I have to generate an appropriate image that will restrict zoom according to the dimensions of the video.
I appreciate pinch-zoom was not meant for video but generally speaking it does a good job of allowing zooming in on a video. This is one of the problems I am facing however.
Any thoughts? Thanks in advance
The text was updated successfully, but these errors were encountered:
Setting [limitZoom]="number" does not work on ivy-pinch-pro-1.4.0
My code by necessity is complex. Here's the key parts:
<pinch-zoom #pinch="pinchZoom" disableZoomControl="disable" [transitionDuration]="200" (events)="handlePinchZoomEvent($event)" (wheel)="handlePinchZoomEvent($event)"> <video ...> </pinch-zoom>
I want to use [limitZoom]="number" but it does nothing.
As a workaround, I have had to add an absolutely positioned image inside the tag - this correctly restricts zoom but it makes my code far more complex than it needs to be since I have to generate an appropriate image that will restrict zoom according to the dimensions of the video.
I appreciate pinch-zoom was not meant for video but generally speaking it does a good job of allowing zooming in on a video. This is one of the problems I am facing however.
Any thoughts? Thanks in advance
The text was updated successfully, but these errors were encountered: