Skip to content

Commit 0cde3a9

Browse files
authored
fix: showFullScreen should be camelcased (#866)
1 parent e0e6650 commit 0cde3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-embeds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For YouTube videos use:
102102
title="YouTube video player"
103103
frameborder="0"
104104
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
105-
allowfullscreen
105+
allowFullScreen
106106
></iframe>
107107
```
108108

0 commit comments

Comments
 (0)