I'm using the wookmark plugin for jquery to display a list of products in a tile view. Also, I have this "tiles" comming in an ajax calling (endless scrooling).
When I'm getting a new page I'm recalling the container in order to apply to the "new page" the pluggin.
The problems I'm facing with this plugins are: if the number of tiles are not enought to fill the container, the plugin will put align to center (imagine a row that has space for 4 tiles but only has 2, the pluggin will put this two in center)
Also, sometimes when fetching a new page, the tiles are reorder.
Someone knows how to force always the tiles to be align left (the free space will be on the right side of the container) and how to "turn off" the ordering?
Thanks