forked from Qortal/q-blog
Add video cover image support to VideoPlayer
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user