diff --git a/components/Player/PlayerVideo/PlayerVideo.vue b/components/Player/PlayerVideo/PlayerVideo.vue index fad52eec..e36993d1 100755 --- a/components/Player/PlayerVideo/PlayerVideo.vue +++ b/components/Player/PlayerVideo/PlayerVideo.vue @@ -402,6 +402,10 @@ &.vertical-flip { transform: scaleY(-100%); } + + &.horizontal-flip.vertical-flip { + transform: scale(-100%); + } } &:not(.fullscreen) {