I've noticed that when there is only one row in the view, the thumbnail pager doesn't show, outputting only the following html for the pager:

<div class="views-slideshow-controls-bottom clear-block">
<div class="views_slideshow_singleframe_pager views_slideshow_pagerThumbnails" id="views_slideshow_singleframe_pager_photo_display-node_content_1-1"></div>      </div>
    </div>
  

Is there an easy way to change this behaviour?
Thanks in advance!

Comments

redndahead’s picture

Status: Active » Closed (won't fix)

I don't believe there is anything I can do for this. Jquery cycle ends if there are not more than one slide. So the pager never gets built. You could try using thumbnailhover so that it builds the pager and not jquery cycle.