Skip to content

Fixed height applied on the particle.js #2183

Closed Locked Answered by matteobruni
dxphilo asked this question in Q&A
Discussion options

You must be logged in to vote

I don't understand what are you trying to achieve.

Anyway,

height={window.outerHeight}

This syntax is React and not Vue, and also there's no height property in the Vue component.

If you want particles to be full screen use these options:

{
    fullScreen: {
       enable: true
    },
    /* other options */
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matteobruni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants