0
点赞
收藏
分享

微信扫一扫

如何把MP4作为网页的背景

westfallon 2022-03-11 阅读 76

 

  大家可以先欣赏欣赏我妻红莉栖放在首页的样子:

 

http://www.longsong.xyz/icon-default.png?t=M1L8http://www.longsong.xyz/

<!doctype html>
<html>
<head>
</head>

<body style="height: 100%;width: 100%;position=relative">
	<video src="http://www.longsong.online/wp-content/uploads/2022/03/mulai.mp4" style="width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;" autoplay="autoplay" loop="loop" muted="muted"></video>
</body>


</html>

其实关键的就是

object-fit: cover;

具体用法

在这里插入图片描述

举报

相关推荐

0 条评论