I am using stellar.js to create a parallax effect on my webpage. The problem is that the background image is slightly to the left. Here is the js code I'm using:
function() {
if ( !isMobile.any()) {
$(window).stellar();
}
};
For some reason it doesnt seem to work. It puts the image 25 px to the left leaving some of the background color showing.