Hello
Can i put a FullSize video on the front page?
*(I see an article speaking aout this)
<p>
<video controls="controls" width="400">
<source src="video.mov" type="video/mov" />
<source src="mov_video.ogg" type="video/ogg" />
</video>
</p>
.custom video {
left: 0;
position: absolute;
top: 0;
width: 100% !important;
}