abovecreative

abovecreative

“I’ve purchased many themes from here searching for the perfect one only to be disappointed, thankfully after wasting a fair amount of money I have found a theme that not only looks good but is also unbelievably flexible and easy to use. To top it all off the support from Swift Ideas is amazing, infact i’m not sure how they get anything else done. If you a thinking about getting this theme i’d definitely recommend it.”

// select video element var vid = document.getElementById('v0'); //var vid = $('#v0')[0]; // jquery option // pause video on load vid.pause(); // alternative & optimized implementation thanks to http://codepen.io/daveroma/ window.onscroll = function(){ vid.currentTime = window.pageYOffset/400; };