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 7 years, 9 months ago by edgarvaldez.