Youtube视频背景缩放 - squarespace

时间:2016-04-27 15:33:40

标签: html css iframe

是否有方形区域的页面标题代码注入,这样我可以缩放视频以适应背景,同时具有导航功能?

我目前正在使用此代码:

<div style="position: fixed; z-index: 50; width: 100%; height: 100%">
<iframe frameborder="0" height="100%" width="100%"  src="https://www.youtube.com/embed/uOTukSIEW3k?rel=0&autoplay=1&controls=0&showinfo=0&autohide=1&modestbranding=1&loop=1&playlist=uOTukSIEW3k"> 
</iframe> 
</div>

然而,这并不完全适合屏幕。

对不起,如果解释很差,非常新的!

谢谢,

1 个答案:

答案 0 :(得分:0)

只需重置身体边距

CSS

body 
{  
   margin: 0;
}

DEMO

DEMO FULLSCREEN