Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Wraps iframes or objects (e.g. embedded YouTube videos) within markdown files in a div with the classname gatsby-iframe-wrap. If you want out-of-the-box responsive iframes, please checkout gatsby-remark-repsonsive-iframe instead.

Install

npm install --save gatsby-remark-wrap-iframe

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [`gatsby-remark-wrap-iframe`],
    },
  },
];
© 2023 Gatsby, Inc.