Hi,
We have tried to embed a simple video on one of our website templates using the simple html video tag. This is causing problems and the video does not work on some mobiles.
Has anyone faced a similar problem? Is there a solution to this?
The code we are using is:
<video controls="true">
<source src='@GetValue("Item.Video")' type="video/mp4">
<source src='@GetValue("Item.Video_Source_2")' type="video/webm">
</video>