Fitting Images in carousel in bootstrap 5 [closed] - html

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
Am trying to make images fit in bootstrap carousel and be responsive. But images appear to be stretching and not responsive. This is the code:
Previous
Next

Related

How to Add new div element which contains text [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 days ago.
Improve this question
I recently added a bunch of text in my site but it doesn't look good. Is there a way to create a new div element using CSS that would solve this problem? I want move all the text after the image box.

CSS Border inside the container but not at the edge [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
How can I set the position of the border inside the container to create a shape similar to this picture ?enter image description here
I want to create a shape similar to the picture, where the left border is inside the container but not at the edge.

How to fit two pics in one row? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
Css grid how to fit two pics in one row ?lot of empty space are available how to remove this?
I tried grid_row _1/3
Width:50%

How to display a gif behind the title? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 months ago.
Improve this question
I'm trying to display a gif behind the title only when you hover over the title tho.
As of right now, I'm failing to make it work.

Bootstrap Carousel images are not responsive [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
It seems that the bootstrap carousel images are being given a height/width attribute by views or bootstrap_views. This means that when the page is resized, or indeed viewed on a smaller screen/device the image is cut off as the carousel "window" is shrunk. The image in shrink in mobile devices. Also caption is not aligned properly in mobile devices.
Try by adding img-responsive class.