YT Embed With Banner
by ybombale
HTML
<div class="yt-embed-container">
<div class="yt-banner-container">
<a href="http://google.com" target="_blank"><img class="yt-banner-img" src="http://img.youtube.com/vi/P7X3sStL0mI/maxresdefault.jpg" alt="" /></a>
</div>
<iframe src="https://www.youtube.com/embed/ScfXNmDkvHo?wmode=opaque&rel=0&controls=0&showinfo=0" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
</div>
CSS
div.yt-embed-container {
position: relative;
width: 640px;
height: 100%;
}
div.yt-banner-container {
width: 598px;
height: 70px;
position: absolute;
border: 0px none;
bottom: 2%;
margin-right: auto;
margin-left: 3%;
padding: 0px;
margin-bottom: 5px;
}
img.yt-banner-img {
width: auto;
height: auto;
width: 100%;
height: 100%;
}