stolksdorf / Parallaxjs

A Library for Javascript that allows easy page parallaxing
932 stars 215 forks source link

compatibility with ie8 #4

Open mmattm opened 11 years ago

digitaldesigndj commented 11 years ago

You should add this code to the repo, I set out to fix the issue independently, and came up with the same solution.

ar7em commented 11 years ago

same here, but used

    parallax.width = $(window).width();
    parallax.height = $(window).height();