Skip to content

Commit ac77061

Browse files
authored
Update fast-search-card.js
1 parent 2e3abb1 commit ac77061

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dist/fast-search-card.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8134,7 +8134,10 @@ class FastSearchCard extends HTMLElement {
81348134
videoElement.src = newVideoUrl;
81358135
videoElement.load();
81368136
}
8137-
}
8137+
// Loop-Attribut explizit entfernen
8138+
videoElement.removeAttribute('loop');
8139+
videoElement.loop = false;
8140+
}
81388141
}
81398142

81408143
// Device-spezifische Updates (bleibt gleich)

0 commit comments

Comments
 (0)