scrolling="no" : This attribute controls whether the iframe has scrollbars. A value of no means that the iframe will not have scrollbars, even if the content is larger than the iframe's dimensions.
<iframe src="http://www.youjizz.com/videos/embed/205618" frameborder="0" width="704" height="550" scrolling="no" allowtransparency="true"></iframe>
: This attribute tells the browser not to display a border around the iframe. A value of "0" ensures a seamless look, making the embedded content appear as part of the host page rather than a separate window.
An iframe typically consists of several attributes that define its behavior and appearance. These attributes include:
And then wrapping your iframe in a div with the class .iframe-container .