Responsive Iframes

Say you wanted to put the CSS-Tricks website in an <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 stylesheet, it’s just some magical thing about iframes (and objects). That’s almost certainly not what you … Continue reading Responsive Iframes