답변 1개
채택된 답변
+20 포인트
6년 전
register_form_update.php에 이미지 리사이즈 하는 부분 있습니다.
이부분 수정하시면 될것 같습니다만.
</p>
<p>if($size[2] === 2 || $size[2] === 3) {
//jpg 또는 png 파일 적용
$thumb = thumbnail($mb_icon_img, $mb_dir, $mb_dir, $config['cf_member_icon_width'], $config['cf_member_icon_height'], true, true);
if($thumb) {
@unlink($dest_path);
rename($mb_dir.'/'.$thumb, $dest_path);
}
}</p>
<p>
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
다니엘L
6년 전
빠른 대답 감사합니다~!!
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인