Im using the following template -
http://themes.semicolonweb.com/html/canvas/static-html5-video.html
This is the code for the slider video part-
<div class="video-wrap no-placeholder">
<video id="video1" autoplay="" loop="" muted="" playsinline="" webkit-playsinline="" poster="" preload="none" src="Akhil-videos/smart2.mp4"></video>
</div>
The issue im facing is that, the entire website loads and only then does this video loads. This video is the last thing to load. all other div elements and the other video elements loads much before this slider video.
I think the problem is with the video-wrap class. Because when i use the device-video-wrap class instead, just for testing purposes, the video loads right away.
Can you tell me how can I fix this problem ?
