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 trialClint Borthwick
Courses Plus Student 543 PointsMy picture turns into an oval instead of a circle. What would cause that?
The code is identical, image is in a oval instead of a circle
2 Answers
Christian Andersson
8,712 PointsLike Covington Doan said, your image is probably wider than it is high, or vice versa. Make sure you use an image with equal width and height, or have it resized with css.
Fábio Tavares da Costa
11,985 PointsFirefox is great for that. Just Cttr+i and click the Media tab.
Covington Doan
20,065 PointsCovington Doan
20,065 PointsI would use the inspector to see if your height and width are equal.