Skip to content

Commit

Permalink
Fix full window for videos with a 4:3 aspect ratio (FreeTubeApp#5976)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored and Soham456 committed Dec 5, 2024
1 parent b5db4de commit 0d173b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="ftVideoPlayer"
:class="{
fullWindow: fullWindowEnabled,
sixteenByNine: forceAspectRatio
sixteenByNine: forceAspectRatio && !fullWindowEnabled
}"
>
<!-- eslint-disable-next-line vuejs-accessibility/media-has-caption -->
Expand Down

0 comments on commit 0d173b1

Please sign in to comment.