Skip to content

Instantly share code, notes, and snippets.

@vasilisvg
Created August 30, 2014 13:03
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 vasilisvg/a31d1d7a097246fd5784 to your computer and use it in GitHub Desktop.
Save vasilisvg/a31d1d7a097246fd5784 to your computer and use it in GitHub Desktop.
Prevent the playbook from falling asleep
<?php
// What? This:
if(isset($_GET["loop"])) {
?>
<style>
video[autoplay][loop]{
width:1px;
position:absolute;
}
</style>
<video autoplay loop src="small-file.mp4"></video>
<script>
document.querySelector("title").innerHTML = "&nbsp;";
</script>
<?php
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment