reduce video resolution a notch
This commit is contained in:
parent
9dbd9d218e
commit
e86eb2e096
|
@ -27,7 +27,7 @@
|
|||
'in': 0, //in point (float, in seconds) of clip
|
||||
'out': 0, //out point of clip
|
||||
'pandora_base': '//pad.ma/', //pandora instance from where to fetch video and image data
|
||||
'resolution': '480p', //resolution of video (96p, 320p, or 480p)
|
||||
'resolution': '480p', //resolution of video (96p, 240p, or 480p)
|
||||
'width': '640', //display (css) width
|
||||
'interval': 300, //interval (in ms) to run updatePlayer polling loop
|
||||
'action': 'get', //action POST param to send to url
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
</span>
|
||||
{{ talk.title }} {% if talk.presenter %} by {{ talk.presenter }} {% endif %}
|
||||
{% for v in talk.videos.all %}
|
||||
<div class="padmaVideo" data-pandora-id="{{ v.padmavideo.padma_id }}" data-pandora-in="{{ v.time_in }}" data-pandora-out="{{ v.time_out }}" data-pandora-layers="transcripts" data-pandora-width="480"></div>
|
||||
<div class="padmaVideo" data-pandora-id="{{ v.padmavideo.padma_id }}" data-pandora-in="{{ v.time_in }}" data-pandora-out="{{ v.time_out }}" data-pandora-layers="transcripts" data-pandora-width="480" data-pandora-resolution="240p"></div>
|
||||
|
||||
{% endfor %}
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user