[제나플러스] 캐챠이미지 사이트에 마춰 사용해 보기
본문
bbs/captcha_config.php
# CAPTCHA image size (you do not need to change it, whis parameters is optimal)
$width = 90;
$height = 45;
# symbol's vertical fluctuation amplitude divided by 2
$fluctuation_amplitude = 0;
# CAPTCHA image colors (RGB, 0-255)
$background_color = array(249, 249, 249);
js/jquery.kcaptcha.js
.attr('width', '60')
.attr('height', '30');
자신의 사이트에 마춰서 설정해 주시면 잘 어울리는 캐챠를 설정하실수 있습니다..
# CAPTCHA image size (you do not need to change it, whis parameters is optimal)
$width = 90;
$height = 45;
# symbol's vertical fluctuation amplitude divided by 2
$fluctuation_amplitude = 0;
# CAPTCHA image colors (RGB, 0-255)
$background_color = array(249, 249, 249);
js/jquery.kcaptcha.js
.attr('width', '60')
.attr('height', '30');
자신의 사이트에 마춰서 설정해 주시면 잘 어울리는 캐챠를 설정하실수 있습니다..
추천0
루팡님의 댓글
루팡쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일좋은 팁입니다.
기본 캡챠 이미지 크기가 너무 크다죠~ ㅎㅎ