Results 1 to 3 of 3

Thread: Ultimate Fade Script - Size

  1. #1
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade Script - Size

    1) Script Title: Ultimate Fade-in slideshow (v1.51)

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

    3) Describe problem:

    First of all, I have no experience with javascript. So, I'm trying to put this script on my site here:

    http://www.film-geeks.com/

    And, I can't figure out the syntax to change the size to accommodate the pictures in the script. I'm trying to make them 550px width. I'm sure it's easy, I just don't know how to do it.

    Thanks.

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Find this script in your page:
    Code:
    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 550, 275, 0, 5000, 1, "R")
     
    </script>
    Highlighted in red controls the width.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. The Following User Says Thank You to rangana For This Useful Post:

    kennyk3 (03-13-2008)

  4. #3
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks so much. It actually hit me right after I posted this. I knew it was something easy.

    Thanks though!

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
  •