Cycle2: How to create two custom templates for two pagers on the same cycle-slideshow?
Like in topic. I would like to create two different templates for two instance of pager in the same slideshow.
I know (from demos) that I can use multiple pagers:
-
data-cycle-pager=".custom-pager1, .custom-pager2"
but how assign them to different themes. For example:
for .custom-pager1
-
data-cycle-pager-template="<span></span>"
and for .custom-pager2
-
data-cycle-pager-template="<div></div>"
Any ideas? Thanks.