My question is I am designing a responsive website. Used a slider plugin, but have a problem which is when I resize the window from more than 561px to less than 561px will be appear the viewport width more than 100%. I think it is a plug-in bugs, but the plug-in is useful. So I have an idea that is detect the resize event "if($(window).width() < 561)" plus check the viewport width is more than 100% (that's mean appear vertical scroll bar), then run reload whole page function.
Can you guys give me tips about detect viewport width more than 100% then do somethings?
Here is my web page which has this issue: click here