Skip to content

Commit b988b34

Browse files
committed
Add Gallery-Data
1 parent 1c2fa9d commit b988b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/be_videohandbuch.html5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<?php foreach ($Kapitel->videos->video as $objVideo): ?>
1414
<li class="ca-item">
1515
<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
16+
data-glightbox="type: external" data-gallery="video_<?= $objVideo->id ?>"><span
1717
class="video-title">&rsaquo; <?= $objVideo->title ?></span>
1818
<span class="video-duration"><?= $objVideo->duration ?> min</span></a>
1919
</li>

0 commit comments

Comments
 (0)