diff --git a/docs/contributing/style-guide.md b/docs/contributing/style-guide.md index 6fd3833656..4a0477c8bd 100644 --- a/docs/contributing/style-guide.md +++ b/docs/contributing/style-guide.md @@ -1533,6 +1533,8 @@ If you need to use mouse actions to be specific, use: ## Videos +### YouTube + To embed a YouTube video on a doc: 1. Copy and paste the following code into your page (including the `import Iframe` line). @@ -1596,3 +1598,50 @@ import Iframe from 'react-iframe'; + +### Other video types + +You can use similar coding to embed videos from other vendors than YouTube. Following is example coding to embed videos from Wistia. + + + + + +```html +