- 背景视频:
在“主题设置--自定义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>
- 顶部视频:
在“主题设置--自定义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>');
替换其中的视频地址就好了
评论区
Archlord
7月24日背景视频设置了 没反应····
Archlord @Archlord
7月24日解决了