Skip to content

SuperBotics/particle-js-background-worpdress-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Particle JS implementation for Wordpress

This plugin renders particle js animations in the wordpress site. as shown here Particle JS Sample

Install this plugin by zipping the folder into upload plugin then activate it. Once activated place the below html to render the particle js in it

<!-- particles.js container -->
<div id="particles-js"></div>

To customize the effects

visit particle js to generate the required effects. Once done come to the particle-background.js and edit the generated configurations. The new effects will show.

To change how the particle js canvas renders you can edit the css in particle-background.css. By default its designed to cover the entire page background using position: absolute and z-index: -1 for particlejs container and rest of elements use z-index:1 using * selector