Skip to content

Instantly share code, notes, and snippets.

@lov3catch
Created November 20, 2014 20:01
Show Gist options
  • Save lov3catch/f527b025356dc7801450 to your computer and use it in GitHub Desktop.
Save lov3catch/f527b025356dc7801450 to your computer and use it in GitHub Desktop.
HTML5 Video
<video width="400" controls preload="auto">
<source src="{{ url_for('static', filename='qqq.ogv') }}" type="video/mp4">
<source src="{{ url_for('static', filename='qqq.ogv') }}" type="video/ogv">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment