jQuery-Parallax icon indicating copy to clipboard operation
jQuery-Parallax copied to clipboard

"alterHeightPosition" parameter added

Open AxelBriche opened this issue 11 years ago • 0 comments

I have added a simple "alterHeightPosition" parameter for control with precision the default position of the background image.

Exemple without parallax("50%", 0.8): http://puu.sh/ciEgw/f585fa5b17.jpg (white margin bellow)

Exemple with my modification and parallax("50%", 0.8, 100); The third parameter add +100px to the top of the background. http://puu.sh/ciEv9/186ea60e53.jpg (add 100px to top, fix the white margin bellow)

We can use this new option for controle the position with precision and adjust the render :)

AxelBriche avatar Oct 19 '14 16:10 AxelBriche