1. 背景视频:

在“主题设置--自定义body标签”中填入:

♾️ html 代码:
<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>
  1. 顶部视频:

在“主题设置--自定义js”中填入:

♾️ JavaScript 代码:
$('.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>');

替换其中的视频地址就好了

留下评论

评论区