max width and height
authorcavaliet
Fri, 07 Jun 2013 17:36:27 +0200
changeset 17 150ccacec493
parent 16 471bbaa78d0c
child 19 a07c2128b7c1
max width and height
player/js/player.js
--- a/player/js/player.js	Fri Jun 07 17:24:56 2013 +0200
+++ b/player/js/player.js	Fri Jun 07 17:36:27 2013 +0200
@@ -350,7 +350,7 @@
                 slides.forEach(function(slide) {
                     slide.image = new Image();
                     slide.image.onload = checkloaded;
-                    slide.image.src = slide.url;
+                    slide.image.src = slide.url + "?maxwidth=650&maxheight=452";
                 });
                 
                 checkloaded();