anvaka / panzoom

Universal pan and zoom library (DOM, SVG, Custom)
https://anvaka.github.io/panzoom/demo/attach-via-script.html
MIT License
1.79k stars 287 forks source link

How to zoom only video with videojs #291

Open SebastianSchoeps opened 1 year ago

SebastianSchoeps commented 1 year ago

I want to zoom a video with panzoom. However, it zooms the video player including all controls:

https://codepen.io/Sebzap/pen/WNyPpOz

What can I do to make only the video itself zoom? I have no idea how to approach this.

Also, how can I fix the parent element so that the video always stays in the parent container, and can only be dragged to the edges (so that no black background is seen?)

Thanks for any hint, Sebastian