Need to make theresponsive layout. I added meta viewpor, but still no luck. Or zoom it out according to screen dimensions to disable usage of 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>