From: vincent@cubedesigners.com Date: Sun, 14 Aug 2011 01:51:07 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bf9d1b3e9656240a0ecf5e3c2ffd742ba099f1d9;p=cubeextranet.git --- diff --git a/inc/ws/Util/packager/html5/class.ws.packager.html5.links.php b/inc/ws/Util/packager/html5/class.ws.packager.html5.links.php index 489cc3f1c..e65d619a9 100644 --- a/inc/ws/Util/packager/html5/class.ws.packager.html5.links.php +++ b/inc/ws/Util/packager/html5/class.ws.packager.html5.links.php @@ -197,8 +197,10 @@ class videoLink extends wsPackagerHTML5Link { $e = explode('.', $file); $ext = array_pop($e); $basename = implode('.', $e); + $w = round($this->width); + $h = round($this->height); - $res = ''; return $res; }