From 4422d480bb54d634eea6cffc3f37f95317a75c15 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 5 Dec 2019 15:00:24 +0000 Subject: [PATCH] fix #3249 @0:20 --- .../views/scripts/templates/fonctionnalites.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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']); -- 2.39.5