Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #254 from EsupPortail/dev
Browse files Browse the repository at this point in the history
bugfix/audio_player_size
  • Loading branch information
DrClockwork authored Oct 17, 2017
2 parents 7f82108 + 6fc8eaa commit 0318a10
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pod_project/pods/templates/videos/video_player.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
id="player_video"
class="video-js vjs-default-skin"
controls
preload="none"
preload="auto"
width="100%"
height="400"
{% if video.thumbnail %}
Expand Down Expand Up @@ -94,9 +94,8 @@
id="player_video"
class="video-js vjs-default-skin"
controls
preload="none"
width="100%"
height="300"
preload="auto"
style="width:100%;height:300px;"
{% if video.thumbnail %}
poster="{{ video.thumbnail.url }}"
data-setup='{"poster":"{{ video.thumbnail.url }}","playbackRates":[0.5, 1, 1.5, 2]}'
Expand Down

0 comments on commit 0318a10

Please sign in to comment.