add 'shaka-video-container' to Vue static classes for video container (#6090)

This commit is contained in:
OothecaPickle 2024-11-07 13:54:38 -08:00 committed by GitHub
parent c0256fbc38
commit 70be7ae84f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
<template>
<div
ref="container"
class="ftVideoPlayer"
class="ftVideoPlayer shaka-video-container"
:class="{
fullWindow: fullWindowEnabled,
sixteenByNine: forceAspectRatio && !fullWindowEnabled