Skip to content

Commit c6df4a2

Browse files
new vid
1 parent 2fc64ea commit c6df4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raptor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if(window.location.hostname === "raptor.rl.tools" || urlParams.get("raptor") ===
3131
handleMobileLayout();
3232
document.getElementById("raptor-project-page").style.display = "block";
3333
if(urlParams.get("yt") !== "false"){
34-
document.getElementById("video-container-inner").innerHTML = '<iframe src="https://www.youtube.com/embed/PdRgxDDvUws?si=jToj556_kJDtVbhx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>';
34+
document.getElementById("video-container-inner").innerHTML = '<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/hVzdWRFTX3k?si=9jCG10p1cvKHO7bP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>';
3535
}
3636
else{
3737
document.getElementById("video-container").style.display = "none";

0 commit comments

Comments
 (0)