Skip to content
Sort by
-
-
-
-
-
-
-
-
Added to your cart:
** total_quantity ** | ** unit_price ** / ** unit_measure **
document.addEventListener("DOMContentLoaded", function() {
var iframes = document.querySelectorAll('iframe:not([data-responsive])');
iframes.forEach(function(iframe) {
var wrapper = document.createElement('div');
wrapper.classList.add('responsive-video');
iframe.setAttribute('data-responsive', 'true'); // Prevent re-wrapping
iframe.parentNode.insertBefore(wrapper, iframe);
wrapper.appendChild(iframe);
});
});