添加边距后,iframe不会填充整个屏幕

时间:2019-11-24 21:21:54

标签: html iframe margin removing-whitespace

我的计划是将Discord-Widget添加到某些网站。

我也想修剪它,以使人们看不到我的Discord服务器中的房间。

我希望灰色部分填满整个屏幕,以使红色部分不再可见(如下所示)。

the result

这是后面的html代码:

<html style = "background-color: red; display:block; margin-left: -210px; margin-top: -80px;" scrolling="no">
<iframe src="https://disweb.dashflo.net/channels/556780822414491649/637826005012054027" style="width:100vw; height:100vh," frameborder="0" seamless="seamless"></iframe>
</html>

我也可能会去掉这个小部件的右边部分,但是我不知道该怎么做。

我实际上是html的新手,所以这很有挑战性。

如果您能帮助我,那就太好了!

0 个答案:

没有答案