From: vincent@cubedesigners.com Date: Thu, 5 Dec 2019 15:00:24 +0000 (+0000) Subject: fix #3249 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4422d480bb54d634eea6cffc3f37f95317a75c15;p=fluidbook-v3.git fix #3249 @0:20 --- diff --git a/framework/application/views/scripts/templates/fonctionnalites.phtml b/framework/application/views/scripts/templates/fonctionnalites.phtml index 9eafb37..ab3fb3e 100644 --- a/framework/application/views/scripts/templates/fonctionnalites.phtml +++ b/framework/application/views/scripts/templates/fonctionnalites.phtml @@ -7,10 +7,10 @@ $playButton = ' '; -$playButtonLink = $this->link($playButton, '#', [ +$playButtonLink = $this->linkTruePopupFullscreen($playButton, $this->video, [ 'class' => 'features-video', - 'data-featherlight' => '#introVideo', - 'data-featherlight-after-open' => 'playVideo()' +// 'data-featherlight' => '#introVideo', +// 'data-featherlight-after-open' => 'playVideo()' ]); $extraContent = $this->linkTruePopupFullscreen($this->intro['button']['label'], $this->intro['button']['url'], ['class' => 'features-video-button']);