I'm using youtube iframe to embed videos on a site of mine. I'm using the iframe so that visitors to the site that don't have flash installed will see a html5 capable player.
Everything plays and runs as expected until you right click on the video and select and option like "copy embed HTML" and the video jumps off to the left of the iframe.
Upon inspecting the source, it seems like there is a div with class .player-actions-container that has a css rule of left: 101% if i remove this rule the player jumps back to its starting position.
demo http://www.neilcremins.com/yt_test/
unclicked image http://www.neilcremins.com/yt_test/unclicked.png
clicked image http://www.neilcremins.com/yt_test/clicked.png