• I love this plugin. I really do. But when I have multiple sizes of images for my slideshow the old image peaks underneath the latest image. So I figured I should look into it and see if there was a quick fix and there was. To remove the old image once the rotation begins.

    Here’s how you do it:

    1. Move /slideshow-gallery/js/gallery.js to your hard drive via ftp (or download the plugin to your hard drive.)
    2. Goto line 124 in your favorite text editor (Note: Using version 1.0.4) Change:
    if(m.length > 2){
    to
    if(m.length > 1){
    3. Save, upload, refresh!

    What we’re doing is here changing whether we delete an image based off of there being 2 live images or 1 live image. A better solution would be to fix the fact it’s adding a black background to the extra width of images, but not to the height of the images. But to me, since the second image fades in so quickly it adds it’s own functional style.

    There are a couple of other tweaks this plugin needs to become the über slideshow gallery, I’ll let you know when I look into the next updates.

    Also noted here

    http://wordpress.org/extend/plugins/slideshow-gallery/

  • The topic ‘[Plugin: Slideshow Gallery] Overlapping image fix’ is closed to new replies.