PDA

View Full Version : Slideshow simple help


smay120
Jun-03-2008, 08:13 AM
I would like to change the height and width of my pictures in my slideshow on my homepage. For some reason I can't find where that is or I don't have it labeled correctly. Thanks.
www.lighttouchphoto.com

denisegoldberg
Jun-03-2008, 01:15 PM
I would like to change the height and width of my pictures in my slideshow on my homepage. For some reason I can't find where that is or I don't have it labeled correctly. Thanks.
www.lighttouchphoto.com (http://www.lighttouchphoto.com)
This line in your slideshow code controls the width and height:

createSWF(720,500, oParams, "transparent");
The first number is the width, second is the height. The code is probably in your bio box.

--- Denise