캐챠이미지 사이트에 마춰 사용해 보기
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');
자신의 사이트에 마춰서 설정해 주시면 잘 어울리는 캐챠를 설정하실수 있습니다..
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 10개
css 에서 캡챠가 나타나는 부분의 img 크기를 지정해주는 것으로도 크기를 변경하실 수 있습니다. ^^
이부분입니다..