From bf9d1b3e9656240a0ecf5e3c2ffd742ba099f1d9 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Sun, 14 Aug 2011 01:51:07 +0000 Subject: [PATCH] --- .../packager/html5/class.ws.packager.html5.links.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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; } -- 2.39.5