i have a webpage including 4 different iframe webpages i want that all pages should show 100% in one page but overall page size should be shrink.
Mean all pages shows 25%;
when i give a size to iframe then it’s shows scroll bar what to do…
i have a webpage including 4 different iframe webpages i want that all pages
Share
This isn’t possible unless you can edit the source code of all four loaded web pages. There is no “zoom” parameter/attribute for an iframe, so the pages that are loaded would need to autosize to fit, themselves.