garand / sticky

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

Update height in case of dynamic content is wrong #193

Closed someden closed 7 years ago

someden commented 8 years ago

In my case I have dynamic content, but I'm not expect that wrapper will be update height with my dynamic content. That is broken my design. Delete this string: s.stickyWrapper.css('height', s.stickyElement.outerHeight()); Or add option to disable it.