Skip to content

Commit

Permalink
Merge pull request #11362 from Jarsen136/issue-11360
Browse files Browse the repository at this point in the history
fix: Add video preview
  • Loading branch information
Jarsen136 authored Jan 20, 2025
2 parents 43dc9eb + 879bbb2 commit 5d9cf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/src/components/MediaItem/type/VideoMedia.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
playsinline
loop
:autoplay="autoPlay"
:muted="preview"
muted
:poster="src"
:src="animationSrc || src"
controlslist="nodownload"
Expand Down

0 comments on commit 5d9cf5c

Please sign in to comment.