Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Created December 7, 2018 07:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Youtube in React: URL for auto playing Youtube video
const embedUrl = `${BASE_EMBED_URL}${props.id}?autoplay=1`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment