We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017623d commit ef24997Copy full SHA for ef24997
src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.vue
@@ -4,7 +4,7 @@
4
class="ftVideoPlayer"
5
:class="{
6
fullWindow: fullWindowEnabled,
7
- sixteenByNine: forceAspectRatio
+ sixteenByNine: forceAspectRatio && !fullWindowEnabled
8
}"
9
>
10
<!-- eslint-disable-next-line vuejs-accessibility/media-has-caption -->
0 commit comments