Remove the Extra Whitespace Surrounding Iframes?

后端 未结 10 583
花落未央
花落未央 2021-02-02 05:55

I am using iframes in my page, and have stumbled across a weird issue. I set the iframe css like so

iframe {
    margin: none;
    padding: none;
    background:         


        
10条回答
  •  独厮守ぢ
    2021-02-02 06:26

    Since none of the given answers provided a solution for me (I also stumbled across the weird margin issue when implementing an iFrame) I found this to be working fine:

    
    

    marginwidth and marginheight are not valid / officially supported HTML5-tags but they work just fine in my tests...

提交回复
热议问题