Results 1 to 3 of 3

Thread: Vertical position of images in Ultimate Fade-in slideshow (v2.6)

  1. #1
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Vertical position of images in Ultimate Fade-in slideshow (v2.6)

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

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

    3) Script works as shown. I am using CSS Media Queries as described in the Guide to Responsive Ultimate Fade In Slideshow - which also works as described. When the window is changed such that it is taller than the image, black space is shown (which is okay). The image is centered vertically with black space above and below. My question: is it possible to set the position so that the image is always at the top? so any black space is all left at the bottom? Also note: I am not a code expert. Thanx.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The blank space is controlled by margin added to each image inside the slideshow via scripting. You can remove the top margin fo example with a CSS code like the following:

    Code:
    #fadeshow2 .gallerylayer img{
        margin-top: 0 !important;
    }

    Change #fadeshow2 to the ID of your slideshow container.
    DD Admin

  3. #3
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Easy fix - thank you!

    Thank you.

Similar Threads

  1. Replies: 2
    Last Post: 05-07-2012, 09:45 PM
  2. Ultimate Fade-in slideshow (v2.4) position:absolute, overflow:auto issue
    By katebellami in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 11-16-2010, 07:31 PM
  3. Ultimate Fade-in slideshow position Descriptions outside the image?
    By TyttiP in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 10-03-2010, 03:04 PM
  4. Replies: 0
    Last Post: 02-19-2010, 10:42 PM
  5. Position Ultimate Fade-In Slideshow
    By flipflop127 in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 09-16-2009, 08:13 AM

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
  •