Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Created September 19, 2018 19:20
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 productioncoder/10519ee0625a0d3132a302f14ad020f2 to your computer and use it in GitHub Desktop.
Save productioncoder/10519ee0625a0d3132a302f14ad020f2 to your computer and use it in GitHub Desktop.
Youtube iframe with title to silence warning
<iframe width={'560'} height={'315'} src={embedUrl} frameBorder='0'
allow='autoplay; encrypted-media' allowFullScreen title={'video'}/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment