npm.io
0.12.27-alpha.0 • Published 4 years ago

@gatsby-mdx-suite/mdx-youtube

Licence
MIT
Version
0.12.27-alpha.0
Deps
5
Size
32 kB
Vulns
0
Weekly
0
Stars
14

Example fragment:

  fragment GatsbyMdxSuiteYoutubeFeed on YoutubeVideo {
    channelId
    videoId
    title
    publishedAt
    localThumbnail {
      childImageSharp {
        sqip(mode: 4, numberOfPrimitives: 12) {
          dataURI
        }
        fluid(maxWidth: 500) {
          ...GatsbyImageSharpFluid_withWebp_noBase64
        }
      }
    }
  }

Keywords