Answers for "how to remove iframe scroll"

CSS
4

removing scroll bar of iframe

<iframe frameborder="0" scrolling="no" style="height:380px;width:6000px;border:none;" src='https://yoururl'></iframe>
Posted by: Guest on October-22-2020
0

removing scroll bar of iframe

<iframe src="http://buythecity.com"  scrolling="no" style=" width: 550px; height: 500px;  overflow: hidden;" ></iframe>
Posted by: Guest on October-22-2020

Browse Popular Code Answers by Language