Skip to content

Commit ef24997

Browse files
absidueAlban Dumas
authored and
Alban Dumas
committed
Fix full window for videos with a 4:3 aspect ratio (FreeTubeApp#5976)
1 parent 017623d commit ef24997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class="ftVideoPlayer"
55
:class="{
66
fullWindow: fullWindowEnabled,
7-
sixteenByNine: forceAspectRatio
7+
sixteenByNine: forceAspectRatio && !fullWindowEnabled
88
}"
99
>
1010
<!-- eslint-disable-next-line vuejs-accessibility/media-has-caption -->

0 commit comments

Comments
 (0)