0

iframe-screenshot

The image shows to iframes, sometimes I need to show 3 iframes.

My goal is to make it so that the iframes are all responsive inside.

Here is my current css styling:

iframe {
    width: 100%;
    height: 100%;
}
Lang
  • 11

1 Answers1

0

you can like this:

if you have class,you can delete,the src is the page you want to display

    <iframe class="" src="" style="width:100%;height:100%;"></iframe>
hasan
  • 25
  • 1
  • 7
  • I already have it that way, the problem is that I can't get website inside of the iframe to fully expand and go fullscreen inside – Lang Jun 19 '17 at 23:28
  • the 100% it mean's the first src take all the page. – hasan Jun 20 '17 at 00:00