]> _ Git - cubeextranet.git/commitdiff
#1547
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 8 Jun 2017 13:20:43 +0000 (13:20 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 8 Jun 2017 13:20:43 +0000 (13:20 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 174c45f260412f92e0fd9eaef83460c05e0ebfa0..a11e45a5b5f8f1f3c4e0d5ec2b148218e6fb56c7 100644 (file)
@@ -364,7 +364,7 @@ class htmlMultimediaImage extends wsHTML5Link {
                $w = $this->width;
                $h = $this->height;
                $this->copyExternalFile($this->alternative);
-               $alt = '<img data-width="' . $w . '" data-height="' . $h . '" src="' . wsHTML5Link::getUniversalLocation($this->alternative) . '" width="' . $w . '" height="' . $h . '" />';
+               $alt = '<img class="multimediaimage" data-width="' . $w . '" data-height="' . $h . '" src="' . wsHTML5Link::getUniversalLocation($this->alternative) . '" width="' . $w . '" height="' . $h . '" />';
                return $alt;
        }