Responsive Iframes
Say you wanted to put the CSS-Tricks website in an <iframe></iframe>
. You’d do that like this:
<iframe src="https://css-tricks.com"></iframe>
Without any other styling, you’d get a rectangle that is 300×150 pixels in size. That’s not even in the User Agent …