cert iso 9001-de

cert iso 9001-de
[featured_image]
Download
Download is available until [expire_date]
  • Version
  • Download 1683
  • File Size 1.06 MB
  • File Count 1
  • Create Date 7. September 2017
  • Last Updated 5. December 2023

cert iso 9001-de

// 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; };