Skip to content

Commit

Permalink
🐛 close #158
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed May 26, 2022
1 parent 06b391b commit 7f5edbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/annotation/components/VideoPlayer.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<video
id="video-player"
:class="['full-width', {'grayscale': preferenceStore.grayscale}]"
style="display: none;"
class="full-width"
:style="{display: 'none', filter: preferenceStore.grayscale ? 'grayscale(100%)' : 'none'}"
preload="auto"
:src="annotationStore.video.src"
:muted="preferenceStore.muted"
Expand Down

0 comments on commit 7f5edbb

Please sign in to comment.