Release v2.4.2

This commit is contained in:
2026-08-03 12:45:27 +01:00
parent 2b9cabdab2
commit e95928f31c
141 changed files with 7694 additions and 5078 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ function renderSlideMarkup(markup, shouldFade) {
video.autoplay = true;
video.loop = true;
video.muted = true;
video.muted = !(video.dataset && video.dataset.disableAudio === '0');
video.playsInline = true;
function startPlayback() {