I'm using the new Waypoint sticky shortcut to stick an element to the top of the view port. The issue I'm having is that I want it to unstick and hold it's position when it gets to a certain point on the page.
Here's an example using the old waypoints: http://jsfiddle.net/oskarrough/SFyCj/
I've done an extensive Google search and there are several posts which explain how to do this using the old waypoints but nothing referencing the new version.
If anyone can give me any help or guidance on how to accomplish this I'd be very grateful!
var sticky = new Waypoint.Sticky({
element: $('.img-container')[0],
offset: 95
});