Forum Discussion
1 Reply
Sort By
Hi Madison,
Typically, adding a
scrolling="no"
attribute to the iframe should hide the scrollbars. So with the attribute added, your iframe code should look something like this:<iframe src="http://articulate.com" scrolling="no" style=" width: 550px; height: 500px; overflow: hidden;" ></iframe>
Hope this helps!