Formatting of video upload vs embedded Youtube video

joemonster
joemonster's picture

Joined: 2006-04-12
Posts: 236
Posted: Wed, 2009-07-01 20:50

I've noticed that the Youtube embedding is much messier than uploading a video directly, as the elements on the page are all shifted around. Is there a way to get around this, or is it a sideaffect of "hacking" Youtube upload by embedding the HTML? It certainly isn't BAD, but it could be a bit better...I would especially like to know if I can remove the large sized thumbnail from beside the video, as images normally just have the small thumbnail in the navigation pane above the displayed image.

Uploaded video: http://www.gschneiderphoto.com/gallery/v/birds/sparrows/clay-colored_sparrow/clay-colored-sparrow_singing.flv.html
Youtube embed: http://www.gschneiderphoto.com/gallery/v/birds/sparrows/clay-colored_sparrow/Clay-colored_sparrow_singing.html

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 16960
Posted: Wed, 2009-07-01 22:04

There was a addition to the embedded movie module/hack that was never incorperated that removed the small theumb from beside the external movie. It used some CSS like

#photo img {
visibility: hidden;
}

to remove the image. I suspect it needs to be added to the module/hack so it only removes that image when on a embedded external movie.
so some more code is needed.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
joemonster
joemonster's picture

Joined: 2006-04-12
Posts: 236
Posted: Thu, 2009-07-02 00:57

So is it an easy edit to one of the template files then?

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 16960
Posted: Thu, 2009-07-02 01:07

It should be. I don't use the module so you are on your own looking though the code of the module to see how it detects if it is a external movie or internal movie and put some css to change the visibility of the thumb. In your case it is beside the movie but in matrix for example it is lower.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments