I'm kinda new to jQuery but I do get the basic idea how things work. Now I'm currently using Isotope (fluid/responsive layout) to develop a simple page and has managed to successfully integrate Fancybox into the contents in it. But the problem is, whenever I try to click on a an image link in one of my boxes in Isotope, assuming that the box will enlarge after every click, the box will close back to it's original size, with the image overlayed on top on the whole thing.
I don't really know how to explain it but here's the website sample that I've created in jsfiddle :
1) Somehow I managed to get the boxes to work the way I want so boxes selection isn't a problem. But how to click on the text/video link of an expanded box without the box closing back to it's original size and position? I only want it to close when I click on another new box.
2) And also, if possible, can the window scroll to to the selected box every time it is clicked?
I hope it's not too confusing to anyone. Many thanks in advance! :)