I saw a site where the black bar with text at the top of every youtube video is concealed. Can anyone tell me how to do this? I checked their source and couldn't find anything (probably in the CSS or something). I tried putting the youtube iframe within an iframe and cutting the height but that didn't work. Any help would be super appreciated! I'm sure it'd be useful to lots of people, as without that black part people will be less likely to click the video and leave the site to go to youtube (a big problem for many sites that could be cut down on by concealing the top part). Thank you for any help!
http://www.learnliberty.org/content/myth-rational-voter This site covers the top for example. It's probably in their css or something but I was just asking how to do this? Maybe using tables or iframes or something? Please give me an example code, using any random youtube video.
Its not something I've ever tried to do but a quick search throws up this tutorial: http://www.electrictoolbox.com/float-div-youtube-iframe/ Not tested it, so let us know if it works.
My goal is not to float a div over the video as in that tutorial, but rather to cut off the video completely as is done on the learnliberty.org videos. Nevermind I found it in his CSS.
Well even after copying it, it seems to no avail, it's too complex for me to locate what allows his div box to cut off the top part of the video. Could someone make a simple example?