Hi @Jakerlund,
I saw you found particles.js for @riven on this forum. I tried to implement this in a blocs, by watching some vids on youtube about particles.js. Unfortunately I don’t get it working. Can please make some time to show it in one of your amazing tutorial vids how to get this working in blocs?
I added a bloc to my project and called it “particles-js” (ID). I added the particles.js / particles.min.js / and modified app.js (modified with the .json file from the particles.js website) to the project under “header file attachments”. Uploaded all to my webspace, but I don’t see anything working.
<!-- particles-js -->
<div class="bloc bgc-white l-bloc " id="particles-js">
<div class="container bloc-lg">
<div class="row">
<div class="col-sm-12">
</div>
</div>
</div>
</div>
<!-- particles-js END -->