Homepage › Community Forums › Aspire Theme Support › Full Width Video in Front Page 1 Widget of Aspire › Reply To: Full Width Video in Front Page 1 Widget of Aspire
@dlstamos Even though the link @Jason M linked to is for the Ambition theme, it will still work with the Aspire theme. The person on the other thread is using a Full width Video plugin that is specifically designed for these type of situations, so it will work a little better than Youtube videos.
Once you make the same adjustments to your CSS as what I mentioned in the other thread, then you’ll need to add this to cover the video’s width –
.front-page-1 iframe {
width: 100%;
}
You’ll also want to maybe increase the width/height of the video in your embed code so it shows up wide enough to stretch to the browser. There are some tutorials available that you can do a Google search for that explains how to make youtube videos responsive and full width. I’d take a look at those and play around with the options until it fits your needs. Example – http://www.labnol.org/internet/youtube-video-background/27933/
Here is what it looks like when I make some of the adjustments I mentioned – http://i.imgur.com/NZgJfeW.jpg

