fix: 修改样式

This commit is contained in:
2025-09-01 21:45:37 -07:00
parent 42a2017dd6
commit d5b3721203
6 changed files with 20 additions and 8 deletions
@@ -7,7 +7,14 @@ const FullScreenVideoBackground = ({}: {}) => {
autoPlay
muted
loop
controls={false}
playsInline
// webkit-playsinline // safrai 浏览器兼容
x5-playsinline={'true'} // 微信、QQ 浏览器兼容
x5-video-player-type='h5' // 同微信、QQ
x-webkit-airplay='true'
x5-video-player-fullscreen='true'
x5-video-orientation='portraint'
className='absolute inset-0 h-full w-full object-cover'
style={{
minWidth: '100%',