Skip to content

Commit 1cdc023

Browse files
author
malchata
committed
Fixed issue where parallax functionality was broken in IE7 and IE8. This occurred when parallaxing elements were not given a left margin, which non-standards compliant browsers read as "auto" instead of "0px". This value would then be fed into parseInt. parseInt("0px") returns 0, whereas parseInt("auto") returns NaN.
1 parent 9f56ac9 commit 1cdc023

File tree

1 file changed

+127
-87
lines changed

1 file changed

+127
-87
lines changed

0 commit comments

Comments
 (0)