Hello,
I am trying to remove the letter-boxing that happens when you embed a video into a portfolio.
I followed another Help Topic here, but ended up hitting a dead end: http://www.kriesi.at/support/topic/disable-video-playback-in-portfolio-thumbnail/page/2
Right now, if you click my video thumbnails (Andrew Alison Interview and Flashlight) the video plays without letterboxing. If you resize the window it will throw the video off.
Also if you open the website on anything that doesnt give you a full window, the video will be thrown off inside its container.
Here is the custom CSS code I am using (found from the other Topic
#top.home .slideshow_media_wrap {
background-color: white !important;
}
#top .slideshow li iframe {
height: 337px !important;
width: 600px !important;
position: relative;
display: inline-block !important;
background-color: white !important;
overflow: hidden;
}
Is there anyway to make it so the video stays centered in the container while in a smaller browser window?
You can check out how it looks here: clintbohaty.com
Thanks!














