• Hi there!

    How can I resize the slider container to make it smaller? I’m trying to make it look not as big as the screen resolution.

    Also I’d like to know how to resize the photos so they can fit in the slider (some of them look cropped), even resizing the photos in the page to thumbnail it is shown really big to cover the whole width of the screen.

    Thanks for your help! ??

Viewing 1 replies (of 1 total)
  • Thread Starter edgarvaldez

    (@edgarvaldez)

    i found this property in the css

    .main-slider .image-slider {
    background-position: center center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 600px;
    position: relative;
    }

    that resize the container, however my image looks like it’s been chopped, any ideas to resize the image to fit the new container height?

    Thanks! ??

    • This reply was modified 8 years, 1 month ago by edgarvaldez.
Viewing 1 replies (of 1 total)
  • The topic ‘Slider images smaller’ is closed to new replies.