Here i got a problem of Visio Web Part (actually problem for me) It is changing zoom level to view maxim as possible. so in my requirement i want it to be 100 in default.
So i opened the page (That is having the Visio Web Part ) in SharePoint Designer and search the word “Zoom” and it returned Web part configuration line as follows.
ViewSettings="{"pageIndex":0,"viewBounds":{"x":-97,"y":-44,"width":938,"height":775},"zoomValue":100}"
here you can see zoom level is specified. So i changed it to 100 and save it back.
hooray…. It worked for me.
Comments