iFRAME Live™ – AI Digital Signage

iFRAME Live™ is a next-generation, AI-powered platform that turns any digital display into an interactive, voice-enabled assistant. Perfect for retail, events, real estate, government, and enterprise environments, iFRAME Live brings your messaging to life — engaging audiences in kiosks, storefronts, public areas, and more.

/* 1. Global viewport correction for Safari */ html, body { width: 100%; height: 100%; margin: 0; padding: 0; } /* 2. Use dynamic viewport units (Safari-safe) */ :root { height: 100dvh; } /* 3. Prevent Carrd container shrinking */ #main, .inner, .container, .wrapper { max-width: none !important; width: 100% !important; } /* 4. Kill transform scaling (Safari iframe killer) */ section, .container, .wrapper { transform: none !important; } /* 5. Avatar wrapper (critical) */ .avatar-container { width: 100%; height: 70dvh; min-height: 420px; display: flex; align-items: center; justify-content: center; } /* 6. iFrame hard sizing (Safari requires this) */ .avatar-container iframe { width: 100% !important; height: 100% !important; min-height: 420px; border: 0; }