I\'m loading a front-end site from Wordpress using a HTML 5 Blank Child Theme. I have a logo effect using particle slider for when I have a screen size of >960px; for screen
You can use the resize function of ParticleSlider in jquery smart resize. So you will have more control on the function.
var ps = new ParticleSlider({ 'width': '1400', 'height': '600' }); $(window).on("debouncedresize", function( event ) { ps.resize(); });