From: Vincent Vanwaelscappel Date: Mon, 2 Sep 2024 13:11:30 +0000 (+0200) Subject: wip #7049 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6ea2bbe8f98bd5ab1e658c64f212ccbf31c8af5b;p=fluidbook_tools.git wip #7049 @0.5 --- diff --git a/src/Links/HTMLMultimediaLink.php b/src/Links/HTMLMultimediaLink.php index 6957784..d290d2d 100644 --- a/src/Links/HTMLMultimediaLink.php +++ b/src/Links/HTMLMultimediaLink.php @@ -66,13 +66,13 @@ class HTMLMultimediaLink extends Link $ih = $this->_config['height']; $res = '
'; - $res .= ''; + $res .= ''; } if ($this->_externalIframe !== false) { $iw = $this->_config['width'] * $s; $ih = $this->_config['height'] * $s; $res = '
'; - $res .= ''; + $res .= ''; } //### Debug to see how/where this code is being called multiple times @@ -111,6 +111,11 @@ class HTMLMultimediaLink extends Link return $this->_content; } + public function getIframeName() + { + return ''; + } + public function getHTMLContainerClass() { $res = parent::getHTMLContainerClass() . ' multimedia';