I've been working on customizing a template website, and I want to switch out the current image for a YouTube video. I have the code from YouTube ready to go, but I'm not sure what changes need to be made in the template.
Take a look at the CSS snippet...
.section-1 { background: url(../img/left-box-1.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 600px; position: relative; }
Here's the corresponding section in the HTML...
<div class="col-md-8 section-1 nopadding" id="work">
<div class="logo-1 wp1"></div>
</div>