View Single Post
 
Old 09-20-2021, 07:47 PM
Abbottronix Abbottronix is offline Windows 10 Office 2016
Novice
 
Join Date: Sep 2021
Posts: 4
Abbottronix is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
Unfortunately, different browsers interpret html in different ways - especially when coupled with a variety of security settings and installed addins. The Visio export to html includes features that may only work with a specific browser (like Internet Explorer)

On my machine and using Chrome, the test file I had zooms down with the window size. I then opened the top level htm file and edited the tag from
<iframe src="Drawing1_files/main_2.htm" width="100%" height="100%" frameborder="1" scrolling="auto">
to
<iframe src="Drawing1_files/main_2.htm" width="200%" height="200%" frameborder="1" scrolling="auto">

Doing this gave me a much bigger graphic. Does that work for your particular problem?
I couldn't find any line of code containing "iframe src". I tried changing the width in the following line of code, but it just increased the amount of white space around my image:

<object width="100%" height="100%" id="SVGViewer1" data="svg_6.svg" type="image/svg+xml" VIEWASTEXT>

I couldn't find any other width tags in the html that appeared relevant.
Reply With Quote