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%;
}
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%;
}
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>