Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil Ewels

    (@tallphil)

    Hi cuoresan,

    This is a known limitation (feature?) of the bootstrap carousel. I don’t currently have any plans to write such a feature into the plugin, so for now I’m afraid you’ll just have to crop your images manually. The WordPress media gallery has tools to do this.

    Note that you can probably achieve the desired effect using a bit of custom CSS. Something along the lines of this: (untested)

    .carousel .item {
      height: 450px;
      overflow: hidden;
    }

    Phil

    Thread Starter cuoresan

    (@cuoresan)

    thanks for help, iam allredy solved this problem with css tool, use fixed height for all resolutions ?? thanks again for answer

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