]> _ Git - cubeextranet.git/commitdiff
wip #4036 @0.75
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 4 Nov 2020 16:43:44 +0000 (16:43 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 4 Nov 2020 16:43:44 +0000 (16:43 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index bf77e049421d987dd6d3af2f3cb1f189b6707207..1b04be640376162b6d58a9d5a9e43a232a3090d8 100644 (file)
@@ -1597,7 +1597,7 @@ class htmlMultimediaLink extends wsHTML5Link
                 $d = array('fdir' => $fdir, 'dir' => $dir);
                 $file = $this->compiler->wdir . '/' . $this->alternative;
                 $content = file_get_contents($file);
-                if (strpos($content, '<div id="lottie"></div>')) {
+                if (false && strpos($content, '<div id="lottie"></div>')) {
                     return $this->getLottieContent($content, $this->width, $this->height);
                 }
                 $this->compiler->vdir->copy($this->compiler->wdir . '/' . $this->alternative, $d['dir'] . '/' . $this->alternative);