Results 1 to 2 of 2

Thread: javascript to manage graphics

  1. #1
    Join Date
    Jul 2011
    Posts
    15
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default javascript to manage graphics

    Currently I'm a using a javascript that zooms a thumbnail to a full size graphic.

    The web page can have up to 40 graphics on it. So it becomes a zooming nightmare. Where the graphic cover half the page. We've tried opening the graphic to a separate window but the users do not like that.

    The graphics are instructional screenshots.

    Any ideas of how to improve this?

    Im at a loss.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    There are various zooming scripts. Does the one you are currently using move the other images around when it zooms one of them? That could be bad, especially if it also zooms onmouseover.

    Check out each of these:

    http://www.dynamicdrive.com/dynamici...agemagnify.htm
    http://www.dynamicdrive.com/dynamici...magepanner.htm
    http://www.dynamicdrive.com/dynamici...uredzoomer.htm

    Or you might want a modal script that dims the rest of the page while showing an enlarged version - like ColorBox:

    http://colorpowered.com/colorbox/

    It's an image gallery like Lightbox, which you may have heard of.

    It shows only one larger image at a time, onclick of a thumbnail, while rendering the rest of the page opaque. The thumbnails may be arranged as a gallery, allowing the user to go through them with next and previous buttons without having to exit the ColorBox.

    None of that is different from Lightbox, but ColorBox has many added features, at least one that might be good here. If a larger image is too large for the user's browser, it can scale it down. This must be set as an option (documented on the page I linked you to) when you install it.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •