Gathering detailed insights and metrics for gatsby-remark-better-embed-video
Gathering detailed insights and metrics for gatsby-remark-better-embed-video
Gathering detailed insights and metrics for gatsby-remark-better-embed-video
Gathering detailed insights and metrics for gatsby-remark-better-embed-video
📺 Embed Videos (Youtube, Vimeo, VideoPress) in Gatsby via Markdown with better options.
npm install gatsby-remark-better-embed-video
Typescript
Module System
Node Version
NPM Version
JavaScript (48.04%)
TypeScript (34.7%)
HTML (17.26%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
5 Stars
19 Commits
3 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Jan 02, 2023
Latest Version
2.4.0
Package Id
gatsby-remark-better-embed-video@2.4.0
Unpacked Size
30.34 kB
Size
8.83 kB
File Count
11
NPM Version
6.4.1
Node Version
10.11.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
4
gatsby-remark-better-embed-video 📺 Embed a Youtube Video in your Markdown with more options. | |
A FOSS (Free & Open Source Software) project. Maintained by @AhmadAwais. |
|
Embed a Youtube Video in your Markdown with more options.
Inspired by gatsby-remark-embed-video
1npm i gatsby-remark-better-embed-video 2 3# OR # 4 5yarn add gatsby-remark-better-embed-video
gatsby-config.js
:1 plugins: [ 2 { 3 resolve: "gatsby-transformer-remark", 4 options: { 5 plugins: [ 6 { 7 resolve: "gatsby-remark-better-embed-video", 8 options: { 9 width: 800, 10 ratio: 1.77, // Optional: Defaults to 16/9 = 1.77. 11 height: 400, // Optional: Overrides optional.ratio. 12 related: false, // Optional: Will remove related videos from the end of an embedded YouTube video. 13 noIframeBorder: true, // Optional: Disable insertion of <style> border: 0. 14 showInfo: false // Optional: Hides video title and player actions. 15 } 16 } 17 ] 18 } 19 },
Note: if you also rely on gatsby-remark-responsive-iframe
, you have to define the embed-youtube plugin first:
1plugins: [ 2 "gatsby-remark-better-embed-video", 3 "gatsby-remark-responsive-iframe" 4]
Note: you can style the videoIframe using .embedVideoIframe
1# Look at this Video:
2
3`video: https://www.youtube.com/embed/2Xc9gXyf2G4`
4`youtube: https://www.youtube.com/watch?v=2Xc9gXyf2G4`
5`youtube: 2Xc9gXyf2G4`
6
7`vimeo: https://vimeo.com/5299404`
8`vimeo: 5299404`
9
10`videoPress: https://videopress.com/v/kUJmAcSf`
11`videoPress: kUJmAcSf`
12
13`twitch: https://player.twitch.tv/?channel=dakotaz`
14`twitch: https://player.twitch.tv/?autoplay=false&video=v273436948`
15`twitch: 273436948`
16`twitchLive: dakotaz`
17
MIT — Ahmad Awais
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/19 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
47 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More