Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Created September 19, 2018 19:20
Embed
What would you like to do?
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