0
Script to get photos zoom to full screen.
I need a JavaScript for a photo gallery full of thumbnails, something very simple, I'm looking for a script that "onclick" on one of those thumbnails will display the same photo on a full screen and when the user clicks a butten or outside the zoomed photo will go back to the same gallery. Can this be done with pure JavaScript or do I need JQuery to pull it off?
3 Answers
+ 2
I want only remember than JQuery is a library written in JS đ
+ 2
What i want say is that jquery is nothing more than functions written in pure js then you can do it with either
+ 1
I am a complete noob as you can tell, JQuery seems to me like black magic :(