Log in

View Full Version : How to resize external website content to fit iFrame width



giocot
03-15-2015, 02:06 PM
Hi all
i'm new in this forum and i'm not expert in Html/Web programming; This my request/problem:

In a webpage i have 3 iFrames . This iFrames are with fixed width and height. When i load external websites inside them i would nedd resize those external websites width to fit with the iFrame

How can i do It ? (If is it possible !!)

Thanks

Beverleyh
03-15-2015, 02:41 PM
It depends on how the external websites have been made. If they are responsive (or even if they are fluid, to some degree - built using % measurements) they will adapt/scale to fill the Iframe size. However, if they have been built using fixed widths, they won't resize, and unfortunately there's nothing you can do about that.