[Resolved] Partical.js question

Home Forums Support [Resolved] Partical.js question

Home Forums Support Partical.js question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #362463
    Tim

    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

    #362478
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    That page doesn’t seem to be loading.

    Let me know ๐Ÿ™‚

    #363222
    Tim

    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

    #363279
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.