#402 closed enhancement (fixed)
nicer skin for video entries
Reported by: | Sacha | Owned by: | Christopher Allan Webber |
---|---|---|---|
Priority: | major | Milestone: | 0.3.0 |
Component: | component1 | Keywords: | |
Cc: | Parent Tickets: |
Description
Current skin is boring, video.js is probably the way to go for this (see videojs.com).
Change History (10)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Actually, to include the content of the previous block:
{% block mediagoblin_head %} {{ super() }} <script type="text/javascript" src="{{ request.staticdirect('/js/extlib/video.js') }}"></script> {% endblock %}
comment:4 by , 13 years ago
Owner: | changed from | to
---|
the fix is here:
https://gitorious.org/~chemhacker/mediagoblin/chemhackers-mediagoblin/commits/bug402_nicer_skin_for_video
tested and is working with mp4 uploads
comment:5 by , 13 years ago
Type: | defect → enhancement |
---|
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Looks soooooo awesome! Merged!
follow-up: 8 comment:7 by , 13 years ago
It seems the native controls are still visible beneath the video-js controls, perhaps we should remove the controls
attribute from the <video>
tag too.
follow-up: 9 comment:8 by , 13 years ago
Replying to joar:
It seems the native controls are still visible beneath the video-js controls, perhaps we should remove the
controls
attribute from the<video>
tag too.
can you tell me what browser you're seeing this in?
comment:9 by , 13 years ago
Replying to chemhacker:
Replying to joar:
It seems the native controls are still visible beneath the video-js controls, perhaps we should remove the
controls
attribute from the<video>
tag too.
can you tell me what browser you're seeing this in?
Google Chrome 19.0.1068.0 dev linux x86_64.
Iceweasel looks good.
comment:10 by , 13 years ago
It seems this is an issue specific to google-chrome-unstable
. Case closed closed :)
So the steps that are necessary to do this: