JjdmannJan 10, 2018
Hi,
When I load a video using the Slider there is a pause after it loads but before it starts playing. How can I remove that pause?
The code:
`
<section id="slider" class="force-full-screen full-screen" style="height: 303px;">
<div class="force-full-screen full-screen section dark nopadding nomargin noborder ohidden" style="height: 303px;">
<div class="container center">
<div class="vertical-middle">
<div class="emphasis-title nobottommargin">
<h2 class="t700 tshadow" style="">Title</h2>
<h2 class="tshadow">Subtitle</h4>
</div>
[](#)
</div>
</div>
<div class="video-wrap">
<video poster="" preload="true" loop="true" autoplay="true" muted="" style="width: 1280px; height: 720px; top: -208.5px;">
<source src='public/video/hillary-metz-intro-video.mp4' type="video/mp4" />
</video>
<div class="video-overlay" style="background:url('/public/img/overlay.png');"></div>
</div>
</div>
</section>