Results 1 to 3 of 3

Thread: Centering different size images in Ultimate Fade In Slideshow

  1. #1
    Join Date
    Sep 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Centering different size images in Ultimate Fade In Slideshow

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: An example of my issue is on this page:

    http://www.kcbeaton.com/lndscp-slideshow.html

    I'm using images of different sizes and per the script instructions have specified the largest image size in the html. That's fine. But I need the images that are smaller to be centered in the slideshow and can't seem to figure that out.

    I would be ecstatically grateful if someone could help me with this!
    Thank you so much,
    Nancy

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    in this part of the css
    Code:
    .fadeshow4 {
        text-align: center;
        width: 825px;
        height: 410px;
        margin: auto!important;
    }
    Change text-align to left instead of center. That will center the images (for some reason that I can't explain

    If you want the description to be centered you can make a new css rule like this
    Code:
    .fadeslidedescdiv {
    text-align: center;
    }

  3. #3
    Join Date
    Sep 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you sooooo much! Woo Hoo!

    Nancy

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •