By René on Tuesday, 30 September 2014
Posted in General Issues
Likes 0
Views 433
Votes 0
hi, how can i increase the hight of captacha image and how do i get a bigger size for Captcha Characters?
Hello Rene,

The captcha is actually an image which you can resize the captcha character. If you want to resize the image, you can add this CSS code in your template.css file.


img#captcha-image {
width: 200px;
}


Change the width to your need.
·
Tuesday, 30 September 2014 10:26
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Nik, many thanks it works with height and width
·
Wednesday, 01 October 2014 04:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

You're welcome.
·
Wednesday, 01 October 2014 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post