Hello Sr, can you help me to create a correct html code for embed youtube or self-hosted html5 videos, that doesnt scale correctly on IOS!
Here my code:
<div div="section">
<div class="row d-flex justify-content-center ml-3 mr-3 pt-5">
<div class="col-12 col-lg-7 d-flex justify-content-center">
<video poster="images/videos/explore-poster.jpg" preload="auto" controls style="display: block; width: 100%;">
<source src='images/videos/institucional.webm' type='video/webm' />
<source src='images/videos/institucional.mp4' type='video/mp4' />
</video>
</div>
</div>
</div>
this code works perfect on chrome and firefox, i already tried to put height:auto and nothing. f#"$ IOS.
thank you sr
