I'm building a project on tizen studio, and testing it in the Samsung TV; I wrote some rotation styles for both and tags, however only img is being able to rotate, but video is not rotating; i wrote this for the style in the video tag and img tag: transform:rotate(${rotation}deg)
even if the code is the same, it is not working in the video but working in the img;
is there any other ways possible?