How can I zoom in/out a picture?
-
After using cordova to wrap the app, there is a need to zoom in/out a picture, which component can help me to do that?
-
Why there is no image zoom in/out ?
-
maybe you can try to use a vue directive for that (i found https://github.com/mirari/v-viewer)
Even if you use Quasar, you can use other vuejs libraries -
This post is deleted! -
This post is deleted! -
@chbarr
Wow, you have made my day! Thank you!
Question: why when zooming, image align to right, and I can scrool just vertical and not horizontal? -
Answer: RTL problem,
Solution:
In viewer.css modify -
direction: ltr;
to:
direction: ltr /* rtl:ignore */