Skip to content

Instantly share code, notes, and snippets.

@AlanBell
Last active November 9, 2023 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlanBell/0cd5d589d0ddb74bde0c14dc918f0716 to your computer and use it in GitHub Desktop.
Save AlanBell/0cd5d589d0ddb74bde0c14dc918f0716 to your computer and use it in GitHub Desktop.
Agenda Free with an overlay
<html>
<div id="video" style="position:absolute;">
<iframe width="1920" height="1080" src="https://www.youtube.com/embed/ZV-ftihBDp8?si=jONZWtEdPJSd7XpW"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div id="overlay">
<img src="gaza.png" style="position:absolute;pointer-events:none;opacity:16%;">
</div>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment