Carousel Image Size

0
I have the carousel widget up and running but all of my images are being displayed at different heights. I tried cropping each image so that they are the same height but they are still displaying with various heights. Anyone know how to make them all display the same?   Thanks! Andy
asked
2 answers
1

You should be able to manipulate the .carousel classes like below:

  .carousel .item{
  min-height: 1300px;
}
  .carousel-inner {
  position: relative;
  min-height: 1300px;
  overflow: hidden;
}

answered
0

Hi !

where do I have to set this configuration with Mendix Studio Pro 8.8.0 ?

thx

answered