forked from 77media/video-flow
修复多个声音
This commit is contained in:
parent
6b96c38260
commit
c26b4558c8
@ -93,6 +93,7 @@ export function MediaViewer({
|
||||
autoPlay
|
||||
loop
|
||||
playsInline
|
||||
muted
|
||||
/>
|
||||
</motion.div>
|
||||
|
||||
|
||||
@ -231,6 +231,7 @@ export function ThumbnailGrid({
|
||||
src={taskVideos[index].url}
|
||||
playsInline
|
||||
loop
|
||||
muted
|
||||
poster={sketch.url}
|
||||
/>
|
||||
</div>
|
||||
@ -243,6 +244,7 @@ export function ThumbnailGrid({
|
||||
src={taskVideos[index].url}
|
||||
playsInline
|
||||
loop
|
||||
muted
|
||||
poster={sketch.url}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user