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.
Some one can helpe me?
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?