XF 2.0 Particles Background (JS)

In the template helper_js_global, after
<!--XF:JS-->
add
HTML:
    <script src="https://cdn.rawgit.com/jnicol/particleground/69195da3/jquery.particleground.min.js"></script>

    <script>

        $(".p-body").particleground();

    </script>
In extra.less add
CSS:
.pg-canvas {
    position: absolute;
    z-index: 1;
}
* {
    z-index: 2;
}
809-02.46.09-20.08.2018.gif
 
Top Bottom