@gatsby-mdx-suite/mdx-youtube
Version:
Example fragment:
20 lines (19 loc) • 373 B
Markdown
Example fragment:
```graphql
fragment GatsbyMdxSuiteYoutubeFeed on YoutubeVideo {
channelId
videoId
title
publishedAt
localThumbnail {
childImageSharp {
sqip(mode: 4, numberOfPrimitives: 12) {
dataURI
}
fluid(maxWidth: 500) {
...GatsbyImageSharpFluid_withWebp_noBase64
}
}
}
}
```