I'm developing a website. In every header
of this site will have a video, would be the same video for all 'headers'. I used the tag video
of HTML5
even though it stayed like this:
<div class="video-institutional hidden-xs hidden-sm">
<video muted autoplay>
<source src="images/video/about-video.mp4" type="video/mp4">
Seu navegador não suporta esse formato de vídeo
</video>
<div class="text-video">
<h2 class="title">Bem-vindo! Somos a Deep Ocean</h2>
<p class="description">A Deep Ocean é uma agência de comunicação especializada no planejamento estratégico, criação e marketing, principalmente para projetos que fazem uso da plataforma interativa, em especial a internet.</p>
<a href="#sobre-deep" class="prt_btn about-btn">Conheça nossa história</a>
</div>
</div>
This video weighs 23 mega. in localhost
I'm already seeing that it's catching a lot, imagine when to put this in the hosting. What do you advise me to do so that this does not affect the loading of my page? I already gave a decrease in quality to be able to be lower weight, so it has this size of 23 mega as it weighed more before.