I have a problem where Bootstrap carousel will stretch or squish my images inside the carousel when resizing the window. It also stretches my image vertically even when width and height attributes match the size of the image.
I have tried every answer on SO without luck such as setting min-width: 100%;
to the .carousel img
class, so on and so forth. My code is straight from the Bootstrap website and I noticed the images inside of it does the same thing.
The weird thing is that it resizes perfectly to the window in Edge and Firefox. The images within the carousel look just as intended but opening in Chrome and Opera generates something completely different.
Any help is appreciated.