You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on load browser width 600, height 600 stickUp2 off, scroll up, then when I change the width & height of the browser (1920x1080) stickUp2 on correctly.
But if i load browser width 1920, height 1080, then when I change the width & height of the browser to 600x600, scroll up, and returns the inverse of the width and height of the browser, stickUp2 incorrectly considers the size.
How i do reinit stickUp2 when change width of the browser?
The text was updated successfully, but these errors were encountered:
If i use
function(){ if( $(window).width() < 768 ) return false; return true; }
on load browser width 600, height 600 stickUp2 off, scroll up, then when I change the width & height of the browser (1920x1080) stickUp2 on correctly.
But if i load browser width 1920, height 1080, then when I change the width & height of the browser to 600x600, scroll up, and returns the inverse of the width and height of the browser, stickUp2 incorrectly considers the size.
How i do reinit stickUp2 when change width of the browser?
The text was updated successfully, but these errors were encountered: