Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 22, 2020 05:00
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 parzibyte/703eda36dd376fffaaa55f55539f6fb9 to your computer and use it in GitHub Desktop.
Save parzibyte/703eda36dd376fffaaa55f55539f6fb9 to your computer and use it in GitHub Desktop.
#contenedor video{
max-width: 100%;
width: 100%;
}
#contenedor{
max-width: 100%;
position:relative;
}
canvas{
max-width: 100%;
}
canvas.drawingBuffer{
position:absolute;
top:0;
left:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment