Skip to content

Instantly share code, notes, and snippets.

@MaedahBatool
Created April 4, 2019 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaedahBatool/7eeb6ec5574f06fb5f9644ddcc065bac to your computer and use it in GitHub Desktop.
Save MaedahBatool/7eeb6ec5574f06fb5f9644ddcc065bac to your computer and use it in GitHub Desktop.
gatsby-remark-embed-video Plugin Working
module.exports = {
siteMetadata: {
title: 'Your Site Title',
siteUrl: 'https://yoursite.com',
},
plugins: [
{
resolve: "gatsby-remark-embed-video",
options: {
width: 800,
ratio: 1.77,
height: 400,
related: false,
noIframeBorder: true
},
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment