From: vincent@cubedesigners.com Date: Thu, 28 Nov 2013 18:23:12 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=18108575e99704be7b240108edeb5e2408abef2a;p=cubeextranet.git --- diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 6356df9a8..c879cdf04 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -17,8 +17,8 @@ class wsHTML5Compiler { } } - protected static $resolutions = array(150, 300); - protected $maxRes = 300; + protected static $resolutions = array(150); + protected $maxRes = 150; protected static $uaPrefixes = array('-moz-', '-webkit-', '-o-', '-ms-', ''); public $jsFiles = array( 'js/libs/modernizr/modernizr.js',