Posts by Gustavo Albuquerque • 11 points
1 post
-
1
votes2
answers12948
viewsA: Create responsive image carousel in Bootstrap
Directly change the class by resizing the pixels... Probably this way you can solve. @media(max-width:767px) { .carousel-inner>.item>a>img, .carousel-inner>.item>img{ width: 100%;…