We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8195768 commit 3b99ee4Copy full SHA for 3b99ee4
YouTube.astro
@@ -1,5 +1,5 @@
1
---
2
-interface Props extends astroHTML.JSX.HTMLAttributes {
+interface Props extends astroHTML.JSX.IframeHTMLAttributes {
3
embedParams?: EmbedParams
4
thumbnailRes?: ThumbnailRes
5
title: string
package.json
@@ -1,6 +1,6 @@
{
"name": "astro-lazy-youtube-embed",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Embed YouTube videos with a static placeholder which only embeds when you click",
"type": "module",
6
"license": "MIT",
0 commit comments