Hi, i am trying to use css transform to change the video apperance (trying to flip the video by clicking a button).
I have this code in html and the class is added elsewhere,- now i would need to target the div around the actual tag - it seems it just doesn’t replace/add the class here…
<video video-js id="video-js" class="video-js vjs-default-skin vjs-big-play-centered" ng-class="{ 'mirrored': mirrored}" controls preload="auto" // poster="{poster}" height="100%" width="100%" webkit-playsinline style="width: 100%; height: 100%"> </video>
anyone with an idea?
Thanks!
Michael