Struggling to create a responsive layout? I've added the meta viewport tag, but still can't get it right. Maybe we can try zooming out based on screen dimensions to prevent the use of a horizontal scrollbar.
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<div class='myIframe'>
<iframe height="800" frameborder="0" scrolling="no" width="466" src="EXAMPLE_WEBSITE"></iframe>
</div>
</body>
</html>