Add video cover image support to VideoPlayer

This commit is contained in:
2025-07-27 07:31:17 +00:00
parent 3695fcea44
commit 406ac32fde

View File

@@ -622,7 +622,7 @@ setIsMuted(false)
justifyContent="center"
alignItems="center"
zIndex={500}
bgcolor="rgba(0, 0, 0, 0.6)"
bgcolor={poster ? 'transparent' : 'rgba(0, 0, 0, 0.6)'}
onClick={() => {
if (from === 'create') return