UNPKG

@gatsby-mdx-suite/mdx-youtube

Version:
20 lines (19 loc) 373 B
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 } } } } ```