Jack Mills

Results 3 comments of Jack Mills

You need to set the div of the particles position as 'absolute' and then subsequent divs with 'relative'. Hope this helps!

Does this retain the ability to interact with the particles as well? I guess the downside there is you can't have a div under the particles too, right?

Hey! Just in case you were interested, I found the solution to keeping the interactivity on the particles regardless of what elements are in front of the canvas. https://github.com/VincentGarreau/particles.js/issues/87 -...