I'm trying to display related products using jQuery Cycle. The end goal is to display two products at once and the user can see the next two by clicking an arrow. so the code would be like
<ul><li>two products</li><li>two products</li><ul>.
I'm using this liquid code:
https://gist.github.com/carolineschnapp/1002801
But this puts one product in one li tag, and I need to know how I can put two products in one li tag.
I hope I'm clear.