particles.js how to implement?

Hello bootstrap fellas,

So I'm currently working on pimping up my website and fell over this very cool particles javascript, how ever I can't seem to figure out how to implement it, can you help?

http://vincentgarreau.com/particles.js/#default

I've tried to just import the js component and use a custom code module, but this is out of my league, can you teach me?

Best regards, - Six.

Got it to work, feel free to write if you need help getting it to function.

Did you find any solution?

javascript obfuscator -

Sixtb, could you maybe explain how you got it working? I couldn't manage to get it working yet..

hi sixtb,

would be nice if you can explain how to do this! thx in advance!

cheers mono

Hello,

so i tried it today with following steps:

i did create some custom code. in this code i wrote:

<div id="particles-js"></div>
<script src="particles.min.js"></script> 
<script type="text/javascript">
particlesJS();
</script>

in the style.css i wrote:

#particles-js {
height: 100%;
width: 100%;
z-index:4

it works now but extreme slow?! anyone knows why? and it is not fullscreen but i think it is because my container?

thx and cheers mono