From e86eb2e096a1b530b493a6f5bad777637b78842f Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 15 May 2012 03:21:53 +0530 Subject: [PATCH] reduce video resolution a notch --- itf/static/js/jquery.pandoravideo.js | 2 +- itf/templates/modules/festival/meeting.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/static/js/jquery.pandoravideo.js b/itf/static/js/jquery.pandoravideo.js index 637746b..0b7498f 100644 --- a/itf/static/js/jquery.pandoravideo.js +++ b/itf/static/js/jquery.pandoravideo.js @@ -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 diff --git a/itf/templates/modules/festival/meeting.html b/itf/templates/modules/festival/meeting.html index 89a4272..a273c59 100755 --- a/itf/templates/modules/festival/meeting.html +++ b/itf/templates/modules/festival/meeting.html @@ -100,7 +100,7 @@    {{ talk.title }} {% if talk.presenter %} by {{ talk.presenter }} {% endif %} {% for v in talk.videos.all %} -
+
{% endfor %}