Support » Plugin: Slideshow Gallery Pro » [Plugin: Slideshow Gallery Pro] Extra (and annoying) line on top and left of slideshow

  • Resolved VixWP

    (@vixwp)


    There’s an extra one pixel line on the top and left side of the image (in slideshow) that’s really annoying.

    Here’s an example:
    http://cardesignblog.com/2012-mercedes-benz-c-class-half-will-have-four-cylinder-engine

    My objective is to have a slideshow without any borders, so that the Previous and Next buttons (#imgprev and #imgnext) would be all the way to the edge of the picture in the slideshow (but not beyond it, as it is happening in this case of the Previous button… the Next button is positioned perfectly).

    I’m not a very techincal person, so please bare with me 🙂 I did try to look in the css, but to no avail.

    I tried to adjust the height and width, but to no avail as well. My original image is 640 x 428 . I am trying to get this (borderless Slideshow) to be 570 px wide (so it will be the same length as the HR line right above the slideshow).

    In the configuration page, I have set 0px for the Slideshow Border field.

    The current height and width on the slideshow is 570 (w) x 380 (h).

    Any thoughts on how I can make those top and left 1 pixel lines disappear?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cpres

    (@cpres)

    First thing I’d do is change #slideshow-wrapper in gallery-css, instead of -6 try -4 in the php setting for the width.

    ((int) $styles[‘width’] – 4)

    Next on the /views/default/gallery.php look for slideshow.letterbox and change it to #FFF;

    Let me know if that fixes it!

    Thread Starter VixWP

    (@vixwp)

    I had tried the first thing you mentioned (changing it from 6 to 4). That didn’t work

    The second thing you mentioned, change to #fff , that didn’t really work either.. it just added border on the right side too, which at least made things look symetric. I guess I’ll have to live with that.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Slideshow Gallery Pro] Extra (and annoying) line on top and left of slideshow’ is closed to new replies.