adamwhitley
Results
2
comments of
adamwhitley
I'm running into this issue now. I'm using Cycle2 to convert an unordered list generated by my CMS to a slideshow. As such, I can't add `data-cycle` attributes to my...
Found it. I used the `API.customGetImageSrc` method in a mustache template: ``` pagerTemplate: '' ``` Then I just used that function to get the image from the slide. Not sure...