garand / sticky

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

fixed /responsive width #130

Open Ruffryderst opened 9 years ago

Ruffryderst commented 9 years ago

Hi, everything works fine except two things.

I have custom navigation width 980px but this streches from left to right 100% , the same is on responsive (when its resized). It's set to true

Maybe i am doing something wrong

Is this a proper way getWidthFrom: '.main-navigation',

Second thing is , again, question is, if this a proper way

if (typeof s.getWidthFrom !== '.main-navigation') { s.stickyElement.css('width', $(s.getWidthFrom).width());

If i enter width(980)); it works, but again not for responsive / resize which theme has

Any pointers ? Thanks