Full view safety goggles

Showing all 6 results

View 24/48/All

  • 11,90 

  • Price range: 11,40 € through 13,00 €

  • 11,90 

  • Price range: 7,90 € through 13,50 €

  • Price range: 13,50 € through 19,50 €

  • Price range: 8,80 € through 14,30 €

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