]> _ Git - cubeextranet.git/commitdiff
wait #4114
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 21 Jan 2021 10:04:55 +0000 (10:04 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 21 Jan 2021 10:04:55 +0000 (10:04 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 14e0326397f3c78ddbb892ddb6b90a2b183cb421..ddf2bddd5441bf5c78ed38d587d93386318515d8 100644 (file)
@@ -838,7 +838,6 @@ class zoomhdLink extends normalLink
 
 class htmlMultimediaPopupImage extends normalLink
 {
-
     public function getURL()
     {
         $this->copyExternalFile($this->alternative);
@@ -846,7 +845,6 @@ class htmlMultimediaPopupImage extends normalLink
         return '#/multimedia/' . $read . md5($this->alternative);
     }
 
-
     public function getAdditionnalContent()
     {
         $res = parent::getAdditionnalContent();
@@ -1543,6 +1541,14 @@ class imageLink extends contentLink
 
 class inlineSlideshowLink extends slideshowLink
 {
+    public function getDepth()
+    {
+        if( $this->compiler->book->parametres->inlineSlideshowLibrary==='dummy'){
+            $this->defaultZIndex=30;
+        }
+        return parent::getDepth();
+    }
+
     public function getHTMLContent()
     {
         return $this->generateSlideshow('inline');