July 3, 2024 at 4:07 am
#10045005
Keymaster
Hello, thanks for your purchase.
This is a simple example of carousel with “dots”:
<div class="owl-carousel owl-theme" data-plugin-options="{'items': 6, 'margin': 10, 'loop': false, 'nav': true, 'dots': true, 'stagePadding': 40}">
<div>
<img alt="" class="img-fluid rounded" src="img/projects/project-5.jpg">
</div>
<div>
<img alt="" class="img-fluid rounded" src="img/projects/project-6.jpg">
</div>
<div>
<img alt="" class="img-fluid rounded" src="img/projects/project-7.jpg">
</div>
<div>
<img alt="" class="img-fluid rounded" src="img/projects/project-1.jpg">
</div>
<div>
<img alt="" class="img-fluid rounded" src="img/projects/project-2.jpg">
</div>
</div>
For the basic modes the JS file is not necessary.
Please send me the URL of your site so I can check what is going on.
Thanks!