How to do Zoom in/out using mouse wheel/pinch inside div as shown in fig. using JavaScript/reactjs [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 hours ago.
Improve this questionI want to add zoom开发者_开发技巧 in/out functionality in the middle div (yellow are as shown in fig) the content inside the inner div should increase in size while zoom.
I want zoom functionality as shown in this https://mozilla.github.io/pdf.js/web/viewer.html
consider document is as my inner div.
精彩评论