Jeff Brewer
Results
1
comments of
Jeff Brewer
The important part for me was to use absolute positioning. Something like: ``` .particles-js { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } ```