1. Menu principal
  2. Privacy
.ot-form-wrapper { max-width: 100%; margin: auto; -webkit-text-size-adjust: 100%; /* iOS Safari fix mod zoom */ position: relative; } .ot-form-wrapper iframe { width: 100%; height: 1500px; /* Standard desktop */ border: none; overflow: hidden; } // try to update height property and verify @media (max-width: 1024px) { .ot-form-wrapper iframe { max-width: 750px; height: 1650px; /* Tablet justering */ } } @media (max-width: 768px) { .ot-form-wrapper iframe { max-width: 750px; height: 1850px; /* Mobil justering */ } } @media (max-width: 480px) { .ot-form-wrapper iframe { height: 1950px; /* Små mobilskærme */ } } // iOS Safari input zoom fix: forhindrer zoom ved input fokus document.addEventListener("touchstart", function() { let metaViewport = document.querySelector("meta[name=viewport]"); if (metaViewport) { metaViewport.setAttribute("content", "width=device-width, initial-scale=1, maximum-scale=1"); } else { const meta = document.createElement("meta"); meta.name = "viewport"; meta.content = "width=device-width, initial-scale=1, maximum-scale=1"; document.head.appendChild(meta); } }, { once: true });
VU(S) RÉCEMMENT

Inscrivez-vous à la newsletter et remportez un coupon de 10€ valable en magasin

Recevez des communications marketing de JYSK contenant des actualités, des jeux concours, des idées d'inspiration personnalisées selon vos données personnelles. Si vous acceptez de recevoir des communications marketing, vous recevrez également un coupon de 10€ valable en magasin (pour un achat minimum de 60€).