I'm trying to use the "Full Blown Light" Responsive Slider template in HTML Editor and looking to increase the number of slides up from 3.
However, I cannot figure out how to create the appropriate id for each slide. The format is id="cc-slide-(some large alpha numeric)". I can re-use the 3 id's that come with the template, but for every additional slide after the first 3, without a correct id then the slide displays incorrectly (with ~10px wide white sidebars).
An example of the code for a single slide is:
<div class="slide" id="cc-slide-5a0b52ea">
<div class="responsive-slider-picture">
<picture><!--[if IE 9]><video style="display: none;"><![endif]--><source srcset="./images/small/RingtailPossum_12Nov2017_NSC6051-Edit.jpg" media="(max-width: 600px)"><!--[if IE 9]></video><![endif]--><img alt="Ringtail Possum, Toowong" srcset="./images/large/RingtailPossum_12Nov2017_NSC6051-Edit.jpg">
</picture>
</div>
</div>
I've searched all the js and css for something that mentions cc-slide without luck. Hopefully someone has a solution to this dilemma.
Thanks,
Neil