Need anymore help? Get in touch!
+49 (0) 30 1200210-53Monday to Friday: 7am until 6pm
$(".is-zoomable img").on("click", function(event){
$(this).closest(".is-zoomable").find(".popup-image").css("display", "block");
});
$(".popup-image .popup-image__close").on("click", function(event){
$(this).closest(".is-zoomable").find(".popup-image").css("display", "none");
});
$(".video__play").on("click", function(event){
$(this).closest(".video-xcontainer").find(".video__poster-wrapper").css("display", "none");
$(this).closest(".video-xcontainer").find(".video__wrapper").css("display", "block");
var iframe = $(this).closest(".video-xcontainer").find("iframe").get(0);
if(iframe){
try {
let video = iframe.contentWindow.document.querySelector('video');
if(video){
video.play();
} else {
setUrlToAutoplay(iframe);
}
} catch (error) {
setUrlToAutoplay(iframe);
}
} else {
var localVideo = $(this).closest(".video-xcontainer").find("video").get(0);
if(localVideo) {
localVideo.play();
}
}
});
function setUrlToAutoplay(iframe){
var url = new URL(iframe.src);
url.searchParams.set("autoplay", "1");
iframe.src = url.toString();
}
Ich habe eine Rechnung mit einer Nachberechnung für nicht eingereichte Setlists erhalten. Was hat es damit auf sich?
null
Further questions
-
Setlists NachberechnungIch habe für meine Veranstaltung eine Setlist/Musi...
-
Setlists NachberechnungIch habe 2024 keine Veranstaltung mit Livemusik du...