thecodealer / vue-panzoom

Vue plugin to zoom/pan dom elements
MIT License
89 stars 20 forks source link

How to center the content? #14

Closed blu94 closed 4 years ago

blu94 commented 4 years ago

How to center the content after pan or zoom, or how to reset the component?

mistabiggx commented 4 years ago

Take a look at the transformOrigin option. Example: transformOrigin: {x: 0.5, y: 0.5}