Skip to content

Commit

Permalink
iframe with youtube is disabled, preventing accidental clicking.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseni-git committed Aug 16, 2024
1 parent b9048e3 commit 63db8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/hackathon_countdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</head>
<body>
<iframe id="background" frameBorder="0" allowFullScreen allow="autoplay"
src="https://youtube.com/embed/dtiU_Ut9xlY?playlist=dtiU_Ut9xlY&autoplay=1&controls=0&showinfo=0&autohide=1&mute=1&loop=1">
src="https://youtube.com/embed/dtiU_Ut9xlY?playlist=dtiU_Ut9xlY&autoplay=1&controls=0&showinfo=0&autohide=1&mute=1&loop=1" disabled>
</iframe>
<button id="options-button" onclick="toggle_options()"><svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
Expand Down

0 comments on commit 63db8ec

Please sign in to comment.