PDA

View Full Version : Streching your videos


dashmacintosh
Apr-13-2009, 06:20 AM
Hey
Just wondering if there is a way that you can make your videos on smugmug, panoramic, similar to the "moon river photography" example.

Andy
Apr-13-2009, 06:23 AM
Hello, if you're referring to the slideshow on my homepage, it's that I've made each photo in the slideshow in a 2:1 ratio. :thumb

dashmacintosh
Apr-15-2009, 07:42 PM
Great! Thanks for the reply about the slide show
A couple more questions:

-I'm having a bit of trouble with my 'galleries' link. Everytime I go from my 'daily photos' gallery to 'galleries, it takes me to the smugmug home page. These are the codes I am using:

<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/5461401_qijbW">About Me</a></li>
<li><a href="joeygoertz.smugmug.com/galleries/galleries">Galleries</a></li>
<li><a href="/gallery/6051006_bY7Ds">Daily Photos</a></li>
<li><a href="/gallery/XXXXXXX_YYYYY">Guestbook</a></li>
</ul>
</div>

Do you know what I might be doing wrong? (Sorry for the mess:cry )

-Also, my site is now extra long: ie, there is a scroll bar at the bottom of my screen?! How would I get rid of this?

-Last question: How would I go about making my slideshow, my buttons, and header closer together. I feel that there is a huge gap between all of them.

Sorry for all the quesitons, and thanks so much for your help.

Joey Goertz

rainforest1155
Apr-17-2009, 05:13 AM
Hi Joey,

That's simple. The following is no valid link:
joeygoertz.smugmug.com/galleries/galleries

It's missing http:// and has one /galleries too much. It should look like this:
http://joeygoertz.smugmug.com/galleries

or you could use the short way using a relative link like in the rest of your navbar:
/galleries

Sebastian