Open powerdong opened 4 years ago
function resetSize(){ if($(win).width()>=750){ var winWidth = 2; }else{ var winWidth = $(win).width() / 375; } $('.layout').css("zoom", winWidth).show(); }