garand / sticky

jQuery Plugin for Sticky Objects
Other
3.3k stars 1.06k forks source link

Sticky & Google Maps #162

Open btazi opened 9 years ago

btazi commented 9 years ago

Is there any way to make sticky.js work with google maps ? any suggestion? Thanks in advance

beekimrj commented 4 years ago

make following script run on load $("#rightOne").sticky({ topSpacing: 20, bottomSpacing: $(document).height() - $('#myfooter').height //to stop scrolling when footer arrives) });