1. Inicio
  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 });
Visto recientemente

Suscríbete a la newsletter y recibe un cupón de 10€

El vale de 10€ solo se puede utilizar en tienda, y es aplicable a una compra mínima de 60€

Todos los campos marcados con un asterisco (*) son obligatorios