mirari / v-viewer

Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js
https://mirari.cc/v-viewer/
MIT License
2.46k stars 292 forks source link

Inline issue #292

Closed Christian1626 closed 1 year ago

Christian1626 commented 1 year ago

Hello,

I'm using this component at the bottom of my page and I have the inline option set as "true". When i'm reloading the page, I am automatically redirected to my component at the bottom of the page. If i set inline as false, I don't have this issue; i'm staying at the top of the page. How can I solve this ?

Here an example: Demo Code: Github File

Thanks.

mirari commented 1 year ago

Sorry for not replying for a long time. Has this problem been resolved? It seems that the performance in the demo is normal now. If there are still issues, you can try setting the focus value in options to false.

Christian1626 commented 1 year ago

Yes perfect, that was exactly the property i was looking for. Thanks.