
Classes scheduled through Onpodio! Quick and easy
Create a quick user ID in OnPodio, choose your class selection or Monthly Membership. You will get an option for an add to calendar link and an email confirming your purchase.
const iframe = document.getElementById(“op-workout”); window.addEventListener(‘message’, message => { if (message.data.type === ‘resize’) { iframe.style.height = `${message.data.height}px`; } });
const iframe = document.getElementById(“op-packages”); window.addEventListener(‘message’, message => { if (message.data.type === ‘resize’) { iframe.style.height = `${message.data.height}px`; } });