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 trialAngela Montgomery
2,759 PointsHow to add Image in Atom?
I was able to add my own personal photo from Google photos using the link provided into Atom but there is no jpg extension? First, I used the link in my photos but it didn't work then I used someone's advice here and used Finder to find the image and used that link but it still has not jpg but it worked? Why? Is that how I am supposed to add images? When I refreshed the preview the image was tiny and I have no idea how to fix this. This is so confusing.
1 Answer
Shay Paustovsky
969 PointsHi Angela,
In Atom you should have either on the left or right sides a "project navigation" it's like finder (if you're using a mac) or explorer (if you're on windows). It shows all the folders and files inside your project folder.
To add an Image
Create a folder inside your project/explorer window in atom, name it whatever you want. Then access it using finder or explorer and place the image in the destined folder. When you open atom back it should have you image.
Hopefully this helps
Shay