Some sites show a background video in the header.
Anyway to do this with Quark?
Fantastic template by the way
Thanks
John.
<div id="cam" class="live"> </div>
<script type="text/javascript">
jwplayer('cam').setup({
file: 'http://example.com/path_to_video',
title: 'Title',
width: '100%',
aspectratio: '16:9',
controls: 'false',
autostart: 'true'
});
</script>
<div class="gkPage">
<h1 data-sr="enter bottom and move 50px">Big Header Text</h1>
<h2 data-sr="enter bottom and move 50px and wait .2s">Smaller Header Text</h2><a href="#" class="dark btn-border" data-sr="enter bottom and move 50px and wait .3s">Learn more</a>
</div>
#gkPageContent {padding-top:0; }