• Resolved ameliehub

    (@ameliehub)


    Hello, thanks a lot for your plugin that has great fonctionalities. I’m testing the image carousel, and I wanted to know if it would be possible to have all images at the same height (not width)? Some CSS could fix this ?
    Thanks a lot for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @ameliehub

    Actually it’s not possible to make the height fixed by default. We have not fixed it as people generally have different size images.

    However, we recommend you to use the same size images, if possible. Also, you can set the maximum or minimum height by getting the class from the frontend using inspect elements.

    Like:

    .class {
      max-height: 300px;
    }

    Thanks

    • This reply was modified 5 years, 3 months ago by Mehedi Hasan.
    Thread Starter ameliehub

    (@ameliehub)

    OK thanks for your reply. Will try this

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image carousel’ is closed to new replies.