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 trialjerred poitra
7,241 PointsMy about page when I use firefox doesn't display the profile photo or alternate. In safari it displays fine. Any ideas?
Safari was working fine for me, but when I was testing the fluid designs I coudn't resize my window small enough to see the breakpoint. I switched to firefox which let me shrink my browser windows smaller and everything seemed in order, except in firefox the profile picture on the about page doesn't show up at all. I think my code is in order and that aspect works fine in safari. Ideas?
3 Answers
Wayne Priestley
19,579 PointsHi Jerred,
I'm sure it's a Firefox issue, I have seen it mentioned on the forums before. I can't remember if there is a fix as i can't find the post. Hopefully someone can remember a bit more than i can.
Wayne Priestley
19,579 PointsHi Jerred,
After a bit of digging i found this answer from John Anderson.
Listed below the video in the description is a notice about the change necessary to make the statement work in Firefox.
Hope this helps.
Joseph Damiani
1,066 PointsTry adding clear: both;.
```.profile-photo { clear: both; display: block; max-width: 150px; margin: 0 auto 30px; border-radius: 100%; }
Brent Suggs
Front End Web Development Techdegree Graduate 21,343 PointsBrent Suggs
Front End Web Development Techdegree Graduate 21,343 PointsCan you please post your code so it can reviewed? Thanks!