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 trialErin Varga
Front End Web Development Techdegree Student 416 PointsThe website provided isn't working (http://placeimg.com). The width and height won't allow me to type. please help.
Every time I try and type the width and height in the website it just says 4 instead of 400. I've tried refreshing the page and also retyping in the website but no matter what it want allow me to type it in correctly. if anyone has any information please help. I'm an as you go learning and nothing able to do the steps properly without getting my hands on this lesson is really going to effect my learning for this section.
1 Answer
Steven Parker
231,198 PointsYou don't need to let an incompatibility between your browser and the PlaceIMG UI slow you down. Just start with the default URL and modify it by hand. For example, using the default of http://placeimg.com/640/480/any
, if you need a size of 600 x 400, just copy that into your code and then edit it to be http://placeimg.com/600/400/any
.
Erin Varga
Front End Web Development Techdegree Student 416 PointsErin Varga
Front End Web Development Techdegree Student 416 PointsThank you so much!!!!