Check out my demonstration where the image scaling results in the margin-top of the parallax wrapper being unable to dynamically adjust.
Demonstration: http://jsfiddle.net/KsdeX/12/
.wrapper-parallax {
margin-top: 150px;
margin-bottom: 60px;
}
What potential solutions exist for this issue? Is setting a maximum width for the image a viable option?