Skip to content

Instantly share code, notes, and snippets.

@ericlewis
Created April 9, 2021 02:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericlewis/3d0d3399c551f4f7db3ba81d0d4b94e7 to your computer and use it in GitHub Desktop.
Save ericlewis/3d0d3399c551f4f7db3ba81d0d4b94e7 to your computer and use it in GitHub Desktop.
softwarejameson.dance - feel free to make this responsive and better overall
<!DOCTYPE html>
<html>
<style type="text/css">
body {
width: 100%;
height: 100%;
position: absolute;
background-color: black;
top: 0%;
left: 0%;
}
.column {
float: left;
width: 33.33%;
}
</style>
<body>
<div>
<div class="column">
<video
preload="auto"
autoplay
poster="https://pbs.twimg.com/ext_tw_video_thumb/1380336630381301760/pu/img/Pgz5JX2BGzdi6ZW2.jpg"
src="https://video.twimg.com/ext_tw_video/1380336630381301760/pu/pl/z2Ho9qcKQafnbJ94.m3u8?tag=12&amp;descending=true" type="application/x-mpegURL"
muted
/>
</div>
<div class="column">
<video
preload="auto"
autoplay
poster="https://pbs.twimg.com/ext_tw_video_thumb/1380336630381301760/pu/img/Pgz5JX2BGzdi6ZW2.jpg"
src="https://video.twimg.com/ext_tw_video/1380336630381301760/pu/pl/z2Ho9qcKQafnbJ94.m3u8?tag=12&amp;descending=true" type="application/x-mpegURL"
/>
</div>
<div class="column">
<video
preload="auto"
autoplay
poster="https://pbs.twimg.com/ext_tw_video_thumb/1380336630381301760/pu/img/Pgz5JX2BGzdi6ZW2.jpg"
src="https://video.twimg.com/ext_tw_video/1380336630381301760/pu/pl/z2Ho9qcKQafnbJ94.m3u8?tag=12&amp;descending=true" type="application/x-mpegURL"
muted
/>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment