Documentation
Set up your documentation
Add images, videos, and iframes

<img>
<img src="/images/dashboard.png" alt="Main dashboard interface" height="300" className="rounded-lg" />
noZoom
<img src="/images/screenshot.png" alt="Descriptive alt text" noZoom height="200" />
<a href="https://mintlify.com" target="_blank"> <img src="/images/logo.png" alt="Mintlify logo" noZoom height="100" /> </a>
<!-- Light mode image --> <img className="block dark:hidden" src="/images/light-mode.png" alt="Light mode interface" /> <!-- Dark mode image --> <img className="hidden dark:block" src="/images/dark-mode.png" alt="Dark mode interface" />
<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/4KzFe50RQkQ" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen ></iframe>
<video>
<video controls className="w-full aspect-video rounded-xl" src="link-to-your-video.com" ></video>
<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="/videos/demo.mp4" ></video>
autoPlay
playsInline
allowFullScreen
<iframe src="https://example.com/embed" title="Embedded content" className="w-full h-96 rounded-xl" ></iframe>
Was this page helpful?