• Hi there,
    I’ve created a slidshow for my website with Pinoard.
    The slideshow appears on the home page but the images are huge.
    They’re all the same size 395*296.
    Is there anyway to make the slider be normal proportions so you can actually see it all?

    Thank you

Viewing 1 replies (of 1 total)
  • paul.a.cunn

    (@paulacunngmailcom)

    I am not sure what you mean by “normal proportions” but there are two things you can do either shrink the slider, which will shrink the slides as well or shrink the slides and still have the slider span the width of the page.

    To shrink the slider just use this in you custom css
    #slider {
    width: 395px;
    }

    To shrink the slides use this
    .slides {
    width: 395px;
    }

    Let me know if you have any questions,

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Slideshow too big’ is closed to new replies.