jQuery cycle question
jQuery cycle question
- Started
- Last post
- 6 Responses
- dbloc
is there a way to hide the pager if there is only 1 image?
- dbloc0
I guess you could hide/show with php using a class
any other ways?
- dbloc0
anything built into cycle?
- ********0
there must be, wild guess: using the length property of Js arrays
- ********0
I would use JS not PHP
- dbloc0
Got it!
{% if product.images[2] != undefined %}
....do something cool
{% endif %}
