Hello everyone,
I'm getting in the holiday spirit by adding some snow falling effects using Canvas and it looks pretty awesome. The only issue is that it's filling up the entire screen due to:
c.width = innerWidth;
c.height = innerHeight;
If anyone could help me adjust this, I would really appreciate it =)
I've attempted to use CSS like this:
canvas#c {
position: absolute;
z-index: 999;
bottom: 1px;
top: 1px;
height: 100%;}