Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/MCP/Getting Started/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ Check out this short video demonstrating Claude desktop's usage with IQM MCP:
style={{
position: 'relative',
width: '100%',
maxWidth: 960, // optional: cap width
aspectRatio: '16 / 9', // change to your video ratio
maxWidth: 960,
aspectRatio: '16 / 9',
margin: '0 auto'
}}
>
<iframe
src="https://drive.google.com/file/d/1ho6GaR7sXtJYhNYa6CgQLhCiw9V97AF6/preview"
width="100%"
height="480"
allow="autoplay"
style={{ border: 0 }}
/>
<iframe
src="https://www.youtube.com/embed/qPm4klijOBQ"
title="YouTube video"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
style={{ position: 'absolute', inset: 0, width: '100%', height: '100%', border: 0 }}
/>
</div>