Results 1 to 2 of 2

Thread: Remove wipe effect from Image Thumbnail Viewer II

  1. #1
    Join Date
    Jan 2005
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Remove wipe effect from Image Thumbnail Viewer II

    Image Thumbnail Viewer II

    Is there a way to eliminate the fade/wipe effect? Can it be excluded from the script? I'm p,aying around a bit to remove it.

    Or is there an alternate script (anywhere) that does the same thing -- minus the wipe effect, yet still allows the larger images to be different sizes (which is very useful)?

    Thanks.

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

    Default

    Sure. To remove the wipe effect, simply find the following lines and comment them out, as shown below:

    Code:
    //if (imgobj.filters && window.createPopup){
    //imgobj.style.filter=filterstring
    //imgobj.filters[0].Apply()
    //}
    
    //if (imgobj.filters && window.createPopup)
    //imgobj.filters[0].Play()
    So there are 5 lines in total that need to be commented out. Or you can simply remove them from the script as well.

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
  •