{% extends 'mediagoblin/user_pages/media.html' %}
+
{% block mediagoblin_media %}
<div class="video-player" style="position: relative;">
<video class="video-js vjs-default-skin"
<source src="{{ request.app.public_store.file_url(
media['media_files']['webm_640']) }}"
type="video/webm; codecs="vp8, vorbis"" />
+ <div class="no_html5">
+ Sorry, this video will not work because your web browser does not support HTML5 video.<br/>
+ You can get a modern web browser that can play this video at <a href="http://getfirefox.com">http://getfirefox.com</a>!
+ </div>
</video>
</div>
{% if 'original' in media.media_files %}