PDA

View Full Version : Slideshow images shrinking


wivy
Sep-04-2009, 10:13 AM
The first image that appears in my slideshow is the correct size. Every subsequent image is much smaller. How can I correct this?

http://www.willivy.com/



Here is the bio text I am using:

<html>
<div id="bioText">Will Ivy is a Toronto-based photographer specializing in cityscapes and industrial photography. His work has been featured in editorial and textbook publications throughout North America, and he was the official photographer for WWF's Earth Hour 2008 and 2009.</div>
********>
var ssConfig = {
feedURL: 'http%3A%2F%2Fapi.smugmug.com%2Fhack%2Ffeed.mg%3FT ype%3Duserkeyword%2526NickName%3Dwillivy%2526Data% 3Dslideshow',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickToImage: 'true',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '400',
borderThickness: '7',
borderColor: 'ffffff'
};

SM.flash.insertSlideshow(648, 450, ssConfig, 'transparent');
</********
<p align=center>
Cityscapes and industrial photography in the Greater Toronto Area</p>
</html>

wivy
Sep-08-2009, 03:23 PM
Does anyone have any idea why this is happening?

James H
Sep-08-2009, 05:13 PM
Does anyone have any idea why this is happening?

Not sure why it's happening but you might try adding the following parameter to your slide show code and see if it corrects your issue.

forceSize: 'MediumURL',

Found it on this page in the wiki (http://wiki.smugmug.net/display/SmugMug/Flash+Slideshow).

wivy
Sep-09-2009, 05:31 PM
Not sure why it's happening but you might try adding the following parameter to your slide show code and see if it corrects your issue.

forceSize: 'MediumURL',

Found it on this page in the wiki (http://wiki.smugmug.net/display/SmugMug/Flash+Slideshow).

Thank you SO MUCH James! It worked perfectly. You rule.