]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 24 Jun 2014 09:14:52 +0000 (09:14 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 24 Jun 2014 09:14:52 +0000 (09:14 +0000)
inc/ws/Controlleur/class.ws.services.php
inc/ws/Util/html5/class.ws.html5.compiler.php

index 2da69f424d10c9a4822235ab141d155d65a53a3d..6720491a02db243d8c062e0a492880fe70d488e9 100644 (file)
@@ -669,7 +669,9 @@ class wsServices extends cubeFlashGateway {
                        $resolution = 150;
                }
 
-               $resolution = 150;
+               if ($id == 4) {
+                       $resolution = 150;
+               }
 
                $this->outputXML = false;
                header('Content-type: application/json');
index 68937ef4c652c2de378c6fc3a133c4c35fa91b76..a09a6d5cb6ea4109108fe90c72d0314b3a7781e3 100644 (file)
@@ -17,8 +17,8 @@ class wsHTML5Compiler {
                }
        }
 
-       protected static $resolutions = array(150);
-       protected $maxRes = 150;
+       protected static $resolutions = array(150, 300);
+       protected $maxRes = 300;
        protected static $uaPrefixes = array('-moz-', '-webkit-', '-o-', '-ms-', '');
        public $jsFiles = array(
                'js/libs/modernizr/modernizr.js',