I purchased a html template and I have an issue with an implemented quicksand plugin.
The thing is, as soon as I change the content using quicksand, it has a problem at the end. The pictures are floating to other places but at the end they are changed to the right output pics in a very harsh and sudden way.
I only changed the html code, so nothing in the .js file.
Here you can see the issue: http://marcknoll.com/work.html
Click through the filters and you see what I mean.
Does anybody know what could cause this issue? Thanks in advance!
Cheers,
Marc
Please note this. In the list element, data-id of the li elements are repeating after 14th li. starts again from id-1.
For the plugin quicksand to work, data-id should be unique for each li. This is the first issue I noticed.
EDIT:
Confirmed. That is the issue. I gave data-ids id-1, id-2, id-3, id-4, id-5 .. id-47, id-48 and now its working fine.