loktar00 / JQuery-Snowfall

Makes it snow on any web page or specific element.
http://loktar00.github.io/JQuery-Snowfall/
712 stars 221 forks source link

Snow falls but only up to 75% of the height of a screen #17

Closed Zurya closed 10 years ago

Zurya commented 10 years ago

In my case, the snow falls only up to 75% of the height of a screen(please note not the page). The webpage's length is almost double of a normal visible height.

Surprisingly, snow starts falling to the bottom of the page, if the browser window is re-sized.

How can I solve this?

Profforgr commented 10 years ago

It happens because content on the page is dynamic. For example if some content loaded via ajax. Or if screen got resized.

Temporary solution would be to recreate the snow (stop && start) when window got resized.

Zurya commented 10 years ago

Does this mean, the issue is because a page is already using other jQuery plugins? (Please do not take my question in wrong way, I am learning.)

loktar00 commented 10 years ago

Not an issue with the plugin itself closing the issue.