I'm trying to get rid of the zoom in control on the video tag that only shows up in Edge and Internet Explorer. I've attached a snapshot for reference. I've searched for a solution but haven't had any luck.
https://i.sstatic.net/7Lx8k.png
Here's the code I'm using:
<video width="320" height="240" controls controlsList="nodownload" poster="{{url($sTheme.'/images/xxxx.jpg')}}" preload="none" >
<source src="{{url($sTheme.'/video/xxxx.mp4')}}" type="video/mp4">
Your browser does not support the video tag.
</video>
When I right-click on the zoom in button, I also see options for downloading the video (even though downloading is disabled via controls list)