View Full Version : slide show
nvr2low
Apr-10-2008, 06:48 PM
apparently the slide show function changed and i didnt realize it until now. i just noticed my slide show was gone.
i delted every thing out that the tutorial says to and added the code to my bio. all im getting to show up is the smugmug logo where the slide show is supposed to be, how do fix this?
www.dslocum-photography.com
EMGonzo
Apr-10-2008, 06:52 PM
Have you got your AlbumID right ?
denisegoldberg
Apr-10-2008, 06:54 PM
apparently the slide show function changed and i didnt realize it until now. i just noticed my slide show was gone.
i delted every thing out that the tutorial says to and added the code to my bio. all im getting to show up is the smugmug logo where the slide show is supposed to be, how do fix this?
www.dslocum-photography.com (http://www.dslocum-photography.com)
AlbumID: 'popular',
is not a valid album id.
You either need to supply an actual album id, or you need to use the feedURL parameter. See doc at http://wiki.smugmug.com/display/SmugMug/Flash+Slideshow. Feeds available can be seen at http://wiki.smugmug.com/display/SmugMug/Feeds+Examples.
--- Denise
nvr2low
Apr-10-2008, 06:59 PM
thanks, i just figured that out with a normal id, you guys are quick. i guess i will have to play around with getting the gallery there that i want.
it looks as though its not centerd, is there a way to center the slide show both horizontal and verticle?
thanks!
nvr2low
Apr-10-2008, 07:04 PM
one other question, is there a way to select what photo size i would like to use or am i stuck with the default size? i would like to use L or XL photo size.
denisegoldberg
Apr-10-2008, 07:05 PM
it looks as though its not centerd, is there a way to center the slide show both horizontal and vertical?
Add this to your CSS:
#userBio {
text-align: center;
}
--- Denise
Allen
Apr-10-2008, 07:13 PM
one other question, is there a way to select what photo size i would like to use or am i stuck with the default size? i would like to use L or XL photo size.
The width, height 600,600 in this controls the size. You can safely go up to
about 720 width before it's too big for the bio box. Bigger and you'll need
additional CSS. Smug generates the size to fit.
SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
nvr2low
Apr-11-2008, 03:52 AM
thanks for the help guys, much apreciated!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.