You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment custom values for position, positionX & positionY are not working. I've debugged a bit and found out that my settings are always overwrited with "center".
$('.foo').parallax({
imageSrc: 'image.jpg',
position: 'left bottom', // not working
positionY: 'bottom', // not working
positionX: 'left' // not working
});