Recently came across this interesting code snippet [http://jsfiddle.net/X7UwG/][1]. It displays a parallax effect when moving the mouse to the left, but unfortunately shows a white space when moving to the right. Is there a way to achieve a seamless single parallax effect without the white margins?
I'm looking for a solution where a full-width image moves slightly based on the mouse position, similar to the example provided, but without any white space. Perhaps zooming the image could help with this issue.