Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Daniel Barreto
Courses Plus Student 14,978 PointsBootstrap Carousel
Right now i have 3 images in my carousel and its working well except that one of the images seems like it is not wide enough and so there's some empty space between the end of the image and the end of the right side carousel button. I'm thinking this has to do with the aspect ratio of the image. Any ideas on how i can fix this?

Daniel Barreto
Courses Plus Student 14,978 PointsIt is mostly bootstrap, idk how to add the images i used and i also have other css files idk how to include.

Colin Marshall
32,861 PointsUpload your images somewhere and update the links on codepen please or else we can't see them.

Daniel Barreto
Courses Plus Student 14,978 Pointsthe skater photo is the one giving me issues
2 Answers

Colin Marshall
32,861 Points.carousel-inner .item img {
width:100%;
}

Colin Marshall
32,861 PointsAdd this to the bottom of your CSS

Daniel Barreto
Courses Plus Student 14,978 PointsThank you so much! worked like a charm!

Daniel Barreto
Courses Plus Student 14,978 Pointsupdated original question
James Barnett
39,199 PointsJames Barnett
39,199 PointsShow us your code on codepen