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! While you're at it, check out some resources Treehouse students have shared here.
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 trialLearning Coding
7,134 PointsBootstrap 4 - img-rounded or img-circle
Hello, has anybody not been able to get img-rounded to work in Bootstrap 4? I believe Guil's version of Bootstrap is an earlier version. Could somebody provide some guidance on how I can get my images to look rounded or circular?
Thanks!
2 Answers
Eric Childs
9,253 PointsUpdated Bootstrap 4 (since it's still in Alpha) uses the 'rounded' class. It used to be img-rounded but since all it does is change border radius I guess they thought that the name should be universal instead of leaning towards images.
Eric Childs
9,253 PointsAlso all you have to do is checked the docs.