Protected Areas
$('body').parallax({ 'elements': [ { 'selector': 'div.parallaxtop', 'properties': { 'x': { 'background-position-x': { 'initial': 0, 'multiplier': 0.1, 'invert': true } } } }, { 'selector': 'div.parallaxouter', 'properties': { 'x': { 'background-position-x': { 'initial': 20, 'multiplier': 0.003, 'unit': '%' } } } }, { 'selector': 'div.parallaxinner', 'properties': { 'x': { 'background-position-x': { 'initial': 20, 'multiplier': 0.008 } } } } ] });