I\'ve got a problem with window.resize . My code js/jquery is here
var x = $(window).width(); var y = $(window).height(); var z = $(\'#card\').height(); var a =
Or you could try this:
window.onresize = updateBodySize;