Answers for "iframe scroll style"

CSS
4

iframe no scroll

<iframe src="otherpage.html" scrolling="no" style="overflow:hidden;"></iframe>
Posted by: Guest on July-09-2020
6

custom iframe

<iframe width="560" height="315" src="https://www.youtube.com/embed/owsfdh4gxyc" frameborder="0" allowfullscreen></iframe>
Posted by: Guest on April-15-2020

Browse Popular Code Answers by Language