Skip to content

Instantly share code, notes, and snippets.

@procload
Last active August 29, 2015 13:56
Show Gist options
  • Save procload/8966279 to your computer and use it in GitHub Desktop.
Save procload/8966279 to your computer and use it in GitHub Desktop.
<style type="text/css"><!--
.tl-pampers-video {
position: relative;
}
.tl-pampers-video > a {
display: block;
}
.tl-pampers-video .video {
position: absolute;
top: 30px;
left: 0;
right: 0;
}
.tl-pampers-video img {
width: 100%;
max-width: 100%;
}
.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
--></style>
<div class="tl-pampers-video">
<a href="http://www.pgeveryday.com/tag/try-it-love-it" title="Featured Story">
<img
src="http://cdn.pgeveryday.com/Assets/Modules/Editorial/HtmlContent/Try_it_and_Love_it/TryItLoveIt_BH1314/Video_Pampers_BuyNow_1column/pampers_videoExpo.jpg"
onmouseover="this.src='/Assets/Modules/Editorial/HtmlContent/Try_it_and_Love_it/TryItLoveIt_BH1314/Video_Pampers_BuyNow_1column/pampers_videoExpo_rollover.jpg';"
onmouseout="this.src='/Assets/Modules/Editorial/HtmlContent/Try_it_and_Love_it/TryItLoveIt_BH1314/Video_Pampers_BuyNow_1column/pampers_videoExpo.jpg';"
alt="Pampers Baby Dry"
/>
<div class="video">
<div class='embed-container'><iframe width='320' height='240' src='http://client.expotv.com/video/embed/v5/530152/e3cbee4119e2198c38435afcce3fe431' frameborder='0'></iframe></div>
</div>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment