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
2 changes: 1 addition & 1 deletion image-embeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
allowFullScreen
></iframe>
```

Expand Down Expand Up @@ -131,7 +131,7 @@

<Warning>
Since Mintlify needs to adhere to the JSX syntax, double word attributes will need to
be written in camelCase such as `autoPlay` and `playsInline`.

Check warning on line 134 in image-embeds.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

image-embeds.mdx#L134

Did you really mean 'camelCase'?
</Warning>

## iFrames
Expand Down