Just a random thought, What if I wanted to showcase a responsive webdesign not by resizing the browser window, but actually loading the responsive site in an IFRAME having the s
You could use the HTML property of iframe seamless
and it's going to render on the width that you provide, like this for an iPad:
Also if you wanna use it in XHTML documents, because attribute minimization is forbidden you will need to define it as .
EDIT: Unfortunately, according to w3schools the seamless attribute is depreciated and the browsers don't support it anymore, although I can still use it.