We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2fa9d commit b988b34Copy full SHA for b988b34
templates/be_videohandbuch.html5
@@ -13,7 +13,7 @@
13
<?php foreach ($Kapitel->videos->video as $objVideo): ?>
14
<li class="ca-item">
15
<a class="glightbox" href="<?= (($objVideo->player == "vimeo") ? "https://player.vimeo.com/video/" : "https://videos.cdn.spotlightr.com/watch/") ?><?= $objVideo->id ?>"
16
- data-glightbox="type: external"><span
+ data-glightbox="type: external" data-gallery="video_<?= $objVideo->id ?>"><span
17
class="video-title">› <?= $objVideo->title ?></span>
18
<span class="video-duration"><?= $objVideo->duration ?> min</span></a>
19
</li>
0 commit comments