Custom Video Banner

You can choose to show a fluid embedded video either in the main content section or *above* the main content and sidebar containers. To place a video *above* as a banner, just add an ALT tag of “banner” to your Youtube or Vimeo embed iframe code. For example…

Orignal Vimeo embed code: 

<iframe src="https://player.vimeo.com/video/35600374?title=0&byline=0&portrait=0" width="650" height="366" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

Modified Vimeo embed code for banner placement:

<iframe alt='banner' src="https://player.vimeo.com/video/35600374?title=0&byline=0&portrait=0" width="650" height="366" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

 ** Remember to enable “Fluid Video” (Page Info > Styles > Theme Tools > Fluid Video)

Was this helpful?