Archived topic
Partical.js question
3 replies · Started by Tim on August 9, 2017
Hello, does anyone have experience with partical.js?
I have installed it on this post: http://greaterthanthesum.com/?p=40673
But it is "blurry" I have been trying to get to look "normal" but can not figure out the settings that would achieve this
I am using the standard partical.js config from here (I only changed the background color):
http://vincentgarreau.com/particles.js/
Thanks
Tim
Hi there,
That page doesn't seem to be loading.
Let me know :)
Hello Tom, thanks for looking.
I figured it out; the canvas was not set to the same size as the content, this fixed it
canvas.particles-js-canvas-el{
height:100% !important;
top:0;
position:absolute;
left:0;
}
Thanks again
Tim
Glad you got it working :)