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 =
$( document ).ready(function() { $(window).resize(updateBodySize()); });