Zoomed/shifted youtube videos?



Every now and then for the last couple of months, when I try to watch a video posted from youtube, I'll get a video like what you see above -- the video appears to be shifted down and/or zoomed in, making the pause button and all the other stuff on the bottom of the youtube video completely disappear. This happens maybe once out of every ten videos.

Am I the only one having this issue? Is it a Videosift problem, or a Sarzy problem?
dag says...

Comment hidden because you are ignoring dag. (show it anyway)

Hmm. If you have the VideoSift page width as "loose" (link in the footer) It will resize to whatever the window size is - so if you have a tiny little window, and load a video page, the video will be tiny little. Maybe it's that.

campionidelmondo says...

Apparently some youtube embeds have been posted with inline css values for height and width. These values end up overriding the automatic resize for the outer part of the embed which results in the player being cut off at the bottom. The inline style attribute just has to be removed during embed validation or resize and all will be well

If you don't wanna wait just add this as a custom style to all videosift.com pages:

object {height: auto !important; width: auto !important;}

campionidelmondo says...

>> ^Deano:

I've had the pleasure as well, Firefox 3.6.6 and 4 (beta 1).
Campy, how do you use that code?


I know of two ways to inject custom css in Firefox. If you already have, or don't mind installing either the GreaseMonkey or Stylish addon, you can go to this page and install the custom style.

If you're wary of installing any new addons, you can locate your FireFox chrome profile folder (Win7: C:\Users\-YourUsername-\AppData\Roaming\Mozilla\Firefox\Profiles\-YourFFProfile-\chrome) and edit (or create) the userContent.css file and modify it to look like this:

@-moz-document url-prefix(http), url-prefix(file) {

.post-embed object {width: auto !important; height: auto !important;}

}

Send this Article to a Friend



Separate multiple emails with a comma (,); limit 5 recipients






Your email has been sent successfully!

Manage this Video in Your Playlists

New Blog Posts from All Members