在“主题设置--自定义body标签”中填入:
<video autoplay muted loop style="opacity: 0.5;position: fixed;right: 0;bottom: 0;min-width: 100%;min-height: 100%;z-index: -1;"><source src="https://xxx.mp4" type="video/mp4"></video>
在“主题设置--自定义js”中填入:
$('.cat_top').prepend('<video autoplay muted loop style="position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; border-radius: var(--radius);"><source src="https://xxx.mp4" type="video/mp4"></video>');
替换其中的视频地址就好了
暂无评论,欢迎第一个留言。
评论