Skip to content

Instantly share code, notes, and snippets.

@anilmeena
Created October 9, 2016 08:10
Show Gist options
  • Save anilmeena/def2ede2ab15450294c1218b1f25555e to your computer and use it in GitHub Desktop.
Save anilmeena/def2ede2ab15450294c1218b1f25555e to your computer and use it in GitHub Desktop.
Get thumbnail image from any youtube video
<style>
.video { position: relative; }
.video a {
position: absolute;
display: block;
background: url(play.png) no-repeat;
height: 32px;
width: 32px;
top: 28px;
left: 43px;
}
</style>
<div class="video">
<img src="http://img.youtube.com/vi/w9OhG7Wx1CY/2.jpg" />
<a href="https://www.youtube.com/watch?v=w9OhG7Wx1CY"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment