Why Bootstrap 4 carousel auto crop image in height?

admin

Administrator
Staff member
I'm use Bootstrap 4 carousel, and I need the carousel show the full height of image .

I do not know why boostrap is cuting it in height

The dimensions are 1920 x 700 and the carousel adjust the image 1900 x 595

I see the same image in curvy-slider (wordpress) and this plugin dont' do this.

Code:
<div id="carousel-area">
    <div id="carousel-slider" class=" slide" data-ride="carousel">
        <div class="carousel-inner">
            <div class="carousel-item active">
                <img class="img-responsive" src="/data/1.jpg" alt="" >
            </div>
        </div>
    </div>
</div>

Some one can helpe me?