We are updating the site! Attention… We Will Be Done Soon

We are updating this site and should be done soon. If you have any questions please email paul at paul@rawlife.com

Some Videos May not work until the update is complete!  

Thank you

Leave a Reply

Your email address will not be published. Required fields are marked *

const iframe = document.querySelector('iframe'); const player = new Vimeo.Player(iframe); player.on('play', function() { console.log('Video is playing!'); }); // Start playback after user interaction document.addEventListener('click', function() { player.play().catch(function(error) { console.error('Error playing the video:', error); }); });