Mike-Dax / gatsby-remark-videos

Embed html5 style looping videos in your Gatsby site direct from your markdown. Used on https://electricui.com
MIT License
13 stars 13 forks source link

Customizable video player attributes #29

Open BurkovBA opened 2 years ago

BurkovBA commented 2 years ago

Add new attributes field to the gatsby-config.js section of gatsby-remark-videos plugin, so that user could customize video tag attributes through that field. In my use case I wanted to add controls to the video player that were disabled by default.