Products tagged with retro dress

// TBW hero: nudge iOS/Safari to honor muted/playsinline autoplay (function(){ function nudge(){ var v = document.getElementById('tbw-hero'); if(!v) return; try { v.muted = true; v.defaultMuted = true; v.setAttribute('playsinline',''); v.setAttribute('webkit-playsinline',''); var p = v.play(); if (p && p.catch) p.catch(function(){ /* Safari may wait for user gesture; ignore */ }); } catch(e){} } document.addEventListener('DOMContentLoaded', nudge); window.addEventListener('pageshow', nudge); document.addEventListener('visibilitychange', function(){ if(!document.hidden) nudge(); }); })();