0
Hi, I’m using the Slick.js carousel, and I was wondering if anyone knows how to allow the tag to appear on the carousel content.
Demo of Slick.js
Example of how I want to use:
Standard Slick code:
<div class="your-class">
<div>your content</div>
<div>your content</div>
<div>your content</div>
</div>
How I want to wear:
<div class="your-class">
<script type="text/template">your content</script>
<script type="text/template">your content</script>
<script type="text/template">your content</script>
</div>
The documentation does not understand to do so, so does not allow to use so, it is with
div
even ...– novic
Virgilio wouldn’t there be a way to tweak and edit?
– user81560
Of course you do, but that’s creating a new package to be made
– novic