]> _ Git - fluidbook-v3.git/commitdiff
fix #3249 @0:20
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 5 Dec 2019 15:00:24 +0000 (15:00 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 5 Dec 2019 15:00:24 +0000 (15:00 +0000)
framework/application/views/scripts/templates/fonctionnalites.phtml

index 9eafb377f49de6ef62543505fd846af2cc291341..ab3fb3e4cdb41c363ed8b5dd882c0dfa1faba571 100644 (file)
@@ -7,10 +7,10 @@ $playButton = '<svg class="play-btn" preserveAspectRatio= "xMidYMid meet" viewBo
                 <circle class="fill" stroke=none cx="40" cy="40" r="37.5" />\r
                 <polygon class="triangle" stroke=none points="28,20.4 62,40 28,59.6" />\r
               </svg>';\r
-$playButtonLink = $this->link($playButton, '#', [\r
+$playButtonLink = $this->linkTruePopupFullscreen($playButton, $this->video, [\r
                                 'class' => 'features-video',\r
-                                'data-featherlight' => '#introVideo',\r
-                                'data-featherlight-after-open' => 'playVideo()'\r
+//                                'data-featherlight' => '#introVideo',\r
+//                                'data-featherlight-after-open' => 'playVideo()'\r
                             ]);\r
 \r
 $extraContent  = $this->linkTruePopupFullscreen($this->intro['button']['label'], $this->intro['button']['url'], ['class' => 'features-video-button']);\r