Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2015 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/9f10460b1d907ac0ab8e to your computer and use it in GitHub Desktop.
Save anonymous/9f10460b1d907ac0ab8e to your computer and use it in GitHub Desktop.
LpzXPL
<div class="blur">blur</div>
<video autoplay loop>
<source src="//demosthenes.info/assets/videos/polina.webm" type="video/webm">
<source src="//demosthenes.info/assets/videos/polina.mp4" type="video/mp4">
</video>
.blur {
position: absolute;
background: #000;
color: #fff;
padding: 1em;
cursor:pointer;
z-index: 1000;
}
.blur:hover + video {
-webkit-filter: blur(20px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment