• Resolved Tina

    (@sunflowermom)


    I LOVE your plugin! I would like to add a border or frame to the slideshow, and I imagine I do so in the custom settings under “style”…but unfortunately I’m not very good with code. Can you give me some examples of code to insert or tweak in there to make a blue frame around the slideshow box? If I knew what part to tweak and what it should say, I can easily tweak the color and size, etc…I just need help getting started. 🙂

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

Viewing 1 replies (of 1 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Thanks!

    Someone else actually had a similar question to yours, you can find the thread here: http://wordpress.org/support/topic/plugin-slideshow-border-on-images

    You should probably be able to achieve your goal by adapting the custom style like this:

    .slideshow_container { border: 1px solid #0000ff; }

    This will create a blue border around your slideshow. The disadvantage of this is that the slideshow will become wider than usual and does not yet account for this, so the slideshow might fall a little off of the element it’s on.

    To compensate for this, you could set the width of the slideshow to a manual value. I will fix this in an upcoming release.

    I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Slideshow] How do I add a border to the slideshow?’ is closed to new replies.