Slide Show Issues

mjsmjs Registered Users Posts: 152 Major grins
edited March 7, 2009 in SmugMug Support
While I have the slide show embedded for my home page I often only display one photo. I have been doing this ever since I created the slide show. I just uploaded a new image to display and the image cycles from light to dark as though it is trying to load a second image. Not sure how to correct it.
Thx

msabatini.com
msabatini.com

Comments

  • DrDavidDrDavid Registered Users Posts: 1,292 Major grins
    edited March 7, 2009
    mjs wrote:
    While I have the slide show embedded for my home page I often only display one photo. I have been doing this ever since I created the slide show. I just uploaded a new image to display and the image cycles from light to dark as though it is trying to load a second image. Not sure how to correct it.
    Thx

    msabatini.com
    Remove the slideshow code altogether and replace it with this:

    <div id="bio_image">
    <img src="YOUR_IMAGE_URL_HERE" alt="CAPTION" />
    </div>

    That'll show one image only. Of course, you'll probably want to center it, etc.. so, do this:

    add to your CSS:

    #bio_image {
    margin: 0 auto;
    }


    David
Sign In or Register to comment.