samjonesigd / vue-image-zoomer

Image zoom component for Vue.js
https://samueljon.es/vue-image-zoomer
MIT License
107 stars 10 forks source link

customize "reduce size button" position #4

Closed mafrego closed 3 years ago

mafrego commented 3 years ago

Hi samjonesigd,

great job with your image zoomer! I noticed that when I use the zoomer on a mobile device the button to reduce the image to the normal size is at the top left. I'd like to ask you if it is possible to change that position somehow or even better have the possibility to customize it. Thank you very much!

samjonesigd commented 3 years ago

Hi @mafrego

Thank you!

Added some new props, to change position of the close element and the message element. Look for props "close-pos" & "message-pos". You can override the CSS yourself if needed to be more custom. I have updated here and published to npm.

Always looking for new ideas to upgrade this plugin!