Open frk93 opened 5 years ago
Hi @frk93,
I'll look into it.
Hi,
please try to add js
folder path within your firdt try path:
<script type="text/javascript" src="/node_modules/bulma-extensions/bulma-carousel/dist/js/bulma-carousel.min.js"></script>
Hi, It seems that the carousel doesn't seems to work with the js included in the npm version
npm i bulma-extensions
.When ever i tried to add the js file from modules from one of youe method it doesn't seems to work
<script type="text/javascript" src="/node_modules/bulma-extensions/bulma-carousel/dist/bulma-carousel.min.js"></script>
but when i used this tag from CDN it works fine
<script src="https://cdn.jsdelivr.net/npm/bulma-carousel@3.0.0/dist/js/bulma-carousel.min.js"></script>
Can you look into it?