PDA

View Full Version : Slideshow size


boaboa
May-19-2011, 08:34 PM
Several weeks ago I customized my smugmug site and successfully created 2 home pages-one with a slideshow and one with my galleries. Everything is working great but I would like increase the size of the images in the slideshow by about 50%. I've searched the forums but can't seem to locate instructions. Any help would be greatly appreciated.

http://www.normsfstop.com
http://boaboa.smugmug.com

Thanks,
Norman

jfriend
May-19-2011, 08:49 PM
The size of your slideshow is controlled by the numbers in this line in your bio:

SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');

boaboa
May-20-2011, 06:31 AM
Thank you for your help. I now have the images the size I want but now I have another question. My show appears to be off-center. How can I center it?

jfriend
May-20-2011, 06:35 AM
Thank you for your help. I now have the images the size I want but now I have another question. My show appears to be off-center. How can I center it?You made the slideshow larger than its container so it couldn't center itself. Add this CSS:

#homepage {width: 950px;}
.homepage #breadcrumb {display: none;}

boaboa
May-20-2011, 09:35 AM
Thanks jfriend! My website now looks correct.

Thanks again,

zeligsmith
May-20-2011, 11:39 AM
The size of your slideshow is controlled by the numbers in this line in your bio:

SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');

Where does one find/edit/apply this line?

Appreciatively,
JLS

jfriend
May-20-2011, 12:49 PM
Where does one find/edit/apply this line?

Appreciatively,
JLSWhether or not you have this line and where it is depends upon which slideshow you are using and where you put it. If you had included a link to your site, we could have looked at your site and advised accordingly. One place that some people put it is in your bio, but I have no idea if you have done it that way or not.

P.S. You really ought to put a link to your site in your dgrin signature so it's always present in every post.