Title: [Plugin: Slideshow] Border on images
Last modified: August 20, 2016

---

# [Plugin: Slideshow] Border on images

 *  Resolved [mike.goni@gmail.com](https://wordpress.org/support/users/mikegonigmailcom/)
 * (@mikegonigmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/)
 * Hi there,
 * I’ve been trying out several slideshow plugins, and so far this is the one that
   fits my needs the best.
    Anyway, I would like to be able to render a one pixel
   border to the images when they are shown in the slideshow, but I haven’t been
   able. Could anyone let me know how to do so?
 * Thanks a lot in advance,
 * Mikel
 * [http://www.mikelgoni.info](http://www.mikelgoni.info)
 * [http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/](http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054165)
 * Hi Mikel,
 * On the slideshow admin page you can find a style setting for your slideshow. 
   If you set this value to ‘custom’, a custom style editor will pop up where you
   can adjust the slideshow’s CSS to your preferences.
 * To add a border directly to the images, adapt this line:
 * `.slideshow_container img { }`
 * And change it to:
 * `.slideshow_container img { border: 1px solid #00ff00 !important; }`
 * In this case it creates a solid one pixel border of the color green. The ‘!important’
   statement is absolutely necessary here, since the functional stylesheet otherwise
   overrides these values to prevent Internet Explorer from adding unwanted borders.
 * Of course, you can add borders to more elements than just the images.
 * I hope this is what you meant. By the way, would you mind rating the plugin if
   you like it? Thank you!
 * Best regards,
    Stefan
 *  Thread Starter [mike.goni@gmail.com](https://wordpress.org/support/users/mikegonigmailcom/)
 * (@mikegonigmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054173)
 * Hi there,
 * Thanks for your quick response.
    That was what I was looking for. Your explanation
   was mor than good, but there is a** little problem**, the border is only applied
   to the top and both sides of the image but not no line appears in the botton 
   of the image.
 * I’ll rate it just now, and it will be a five star rating.
 * Thanks a lot,
 * Mikel
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054183)
 * Hi Mikel,
 * Thank you for your rating.
 * I see that it does indeed go wrong. If you add the border to the ‘.slideshow_container.
   slide { }’ element, the border should be visible on all sides. Although, in your
   case this will make the borders too wide on the sides.
 * Tomorrow (within the next 24 hours) I will release a version that will fix this
   issue (version 2.1.4), so you can wrap the images in a border.
 * Best regards,
    Stefan
 *  Thread Starter [mike.goni@gmail.com](https://wordpress.org/support/users/mikegonigmailcom/)
 * (@mikegonigmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054192)
 * Hi Stefan,
 * Thanks for taking a look at that. I’ll come back and give you feedback as soon
   as I update the plugin.
    I’ll mark the topic as solved as soon as I do the installing.
 * Kind regards, and thanks a lot.
 * Mikel
 * [http://mikelgoni.info](http://mikelgoni.info)
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054236)
 * Hi Mikel,
 * If you update to the newest version (2.1.4), you should be able to create a border
   around your images by following the instructions in my first post to this thread.
 * You’re very welcome, and thank you for mentioning this issue to me. It turned
   out to be a bigger problem than I had initially thought.
 * Best regards,
    Stefan
 *  Thread Starter [mike.goni@gmail.com](https://wordpress.org/support/users/mikegonigmailcom/)
 * (@mikegonigmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054262)
 * Hi Stefan,
 * Thank you very much for all.
 * I updated the plugin and it worked fine, in fact I didn’t need to reenter the
   code above described, because it respected de last edition I did. So, it is up
   and running perfectly now.
 * Thanks again for using your time for developing the plugin and, even more, for
   taking the time for helping me out with my request.
 * Kind regards,
 * Mikel
 * [http://mikelgoni.info](http://mikelgoni.info)
 *  [Anita Hill](https://wordpress.org/support/users/anita-hill/)
 * (@anita-hill)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054488)
 * Hi, Stefan, I just got your plugin today, and it seems great. I had something
   I was trying to do, and searched the forum and found this post.
 * What I want to do is to put a border around the slideshow container, and not 
   just the images, as the border fades with the images and I want it to stay.
 * I have used this CSS to nearly get there, but it leaves a space at the bottom
   for the caption or the control box, both of which I have chosen to hide.
 * .slideshow_overflow { border: 2px solid #666 }
 * Tried a myriad of things, have a little experience with CSS, but wasn’t able 
   to get that space to not display. Is there a way?
 * (Site is private just now, so not including a link to it, if that is ok).
 *  [Anita Hill](https://wordpress.org/support/users/anita-hill/)
 * (@anita-hill)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054489)
 * Oh, I got it! Sorry to trouble you. Had to set the width and height to be same
   in the settings, for a square image. Yay!
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054490)
 * No problem at all, I’m glad you were able to find a solution!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: Slideshow] Border on images’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-jquery-image-gallery_d3d2de.
   svg)
 * [Slideshow](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-jquery-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * 9 replies
 * 3 participants
 * Last reply from: [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-slideshow-border-on-images/#post-3054490)
 * Status: resolved