pixelcog/parallax.js

This line broke parallax when some title or other element is inside as well.

Opened this issue · 0 comments

if ($s.children().each(function () {

This line broke parallax when some title or other element is inside as well.

Should be: if ($s.children('img').each(function () {

Anyway I think the best is find only one image or with some class, like: "background for parallax"