JSFiddle - React, Tailwind, and code Playground
by Dhanck
HTML
<div class='banner' bannerid='yyy'>
<iframe src='http://example.com/'></iframe>
<div>
CSS
iframe {
width: 100vw;
height: 100vh;
overflow: scroll;
}
by Dhanck
<div class='banner' bannerid='yyy'>
<iframe src='http://example.com/'></iframe>
<div>
iframe {
width: 100vw;
height: 100vh;
overflow: scroll;
}