Hello Forum !
I use Cycle2 slider for a slide show. In a website I am working on, each page should have a slideshow that should be managed by the client. So I made repeatable editable regions within the page.
But, for some reason the images are displayed one below the other. I expected that images would "listen" to that slideshow commands.
I am puzzled, because I made once a gallery, where all the images were behaving as expected.
Any idea why or how?
Thanks in advance
Tanja
I use Cycle2 slider for a slide show. In a website I am working on, each page should have a slideshow that should be managed by the client. So I made repeatable editable regions within the page.
But, for some reason the images are displayed one below the other. I expected that images would "listen" to that slideshow commands.
- Code: Select all
<div id="slideshow" class="cycle-slideshow" data-cycle-speed="2500" data-cycle-timeout="4000" data-cycle-caption="#alt-caption" data-cycle-caption-template="" > <cms:show_repeatable 'my_slideshow' > <img src="<cms:show my_image />" width="" height="" alt="<cms:show my_text />"> </cms:show_repeatable> </div>
I am puzzled, because I made once a gallery, where all the images were behaving as expected.
Any idea why or how?
Thanks in advance
Tanja