I'm new to bootstrap and CSS especially something like carousel
so far this is my code
<div class="container">
<div class="row">
<div class="carousel-item <%# Eval("Aclass") %>">
<img class='img-fluid w-100' alt="slide Responsive image" src='<%# Eval("ImageValue") %>' />
<div/>
</div>
</div>
It works well to show the image but the problem come when the image size are different.
Sometimes I have to scroll up and down to scroll for full image, how do I force it to let say 500 x 500 px image no matter what is the original image size is.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…