jbutko
6/4/2014 - 1:02 PM

js: window resize event

js: window resize event

window.onresize = function() {
    // your code
};