Programming/JavaScript 썸네일형 리스트형 image 리사이즈 function reSize(){ $("img").each(function(){if($(this).width() > 500) $(this).width(500);}); } 더보기 이전 1 ··· 11 12 13 14 15 16 17 ··· 24 다음