gatsby-remark-embed-video-lite
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

gatsby-remark-embed-video-lite

npm

gatsby-remark-embed-video-lite
📺 Embed a Youtube Video in your Markdown using high-performance web components

Embed a Youtube or Vimeo video in your Markdown, using high-performance web components

Inspired by gatsby-remark-embed-video

Install

  1. Install plugin to your site:
npm i gatsby-remark-embed-video-lite
  1. Add following to your gatsby-config.js:
    plugins: [
      {
        resolve: "gatsby-transformer-remark",
        options: {
          plugins: [
          {
            resolve: "gatsby-remark-embed-video-lite",
          }
          ]
        }
      },

Uses the following components under the hood:

  1. Restart gatsby.

Usage

Look at this Video:
 
`youtube: https://www.youtube.com/watch?v=2Xc9gXyf2G4`
`youtube: 2Xc9gXyf2G4`
 
`vimeo: https://vimeo.com/5299404`
`vimeo: 5299404`

License

MIT

Package Sidebar

Install

npm i gatsby-remark-embed-video-lite

Weekly Downloads

5

Version

0.1.3

License

MIT

Unpacked Size

25.6 kB

Total Files

14

Last publish

Collaborators

  • mattdsteele