Remove the Extra Whitespace Surrounding Iframes?

后端 未结 10 580
花落未央
花落未央 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:29

    try using a div with overflow: hidden; surrounding the

提交回复
热议问题