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 trial
achievements
15,883 Pointsresponsive lightbox image gallery
Iam looking for a course about responsive lightbox image gallery or simple lightbox image gallery?
2 Answers
Cory Harkins
16,500 PointsLightbox is a JavaScript framework made by Lokesh Dhakar (http://lokeshdhakar.com/projects/lightbox2/)
You will need jQuery... (https://jquery.com/)
The documentation necessary is covered on the Lightbox website, from HTML/CSS to scripting... all you really should handle is setting up your HTML to match the naming conventions within your .js file.
As far as tutorials/courses on this subject. I'm not sure about that, as I haven't progressed through the coursework on JavaScript through Treehouse.
Goodluck!
achievements
15,883 Pointsok thanks