Banded Hip Abduction & Flexion Series

document.addEventListener('DOMContentLoaded', function() { const lightbox = GLightbox({ selector: '.glightbox-video', autoplayVideos: true }); }); function openCustomModal(templateId) { var modal = document.getElementById('custom-video-modal'); var innerContent = document.getElementById('modal-inner-content'); innerContent.innerHTML = '

Loading...

'; modal.style.display = 'flex'; fetch('https://trueturnpro.com/video-template-viewer/?id=' + templateId) .then(function(response) { return response.text(); }) .then(function(html) { innerContent.innerHTML = html; }) .catch(function(err) { innerContent.innerHTML = '

Error loading content.

'; console.error(err); }); } function closeCustomModal() { var modal = document.getElementById('custom-video-modal'); modal.style.display = 'none'; document.getElementById('modal-inner-content').innerHTML = ''; }