Page 1 of 1

Captcha style changes by explorer type?

Posted: 04 Jan 2013, 05:48
by CyRaWarrior
Hello,

First of all thanks for this great component.

I have a problem about viewing captcha. Chrome (v23.0) shows a little maths captcha as component setting, but Firefox 17.0 shows bigger and mixed type maths captcha.

Also if I choose TFF code, then Chrome v23.0 shows very very little TFF picture.

How can I solve this problem? One way is to use reCaptcha but I want to use maths captcha.

you can look to siteImage

Re: Captcha style changes by explorer type?

Posted: 04 Jan 2013, 16:33
by Jan
Hi, check the GD library and installed fonts on your server, maybe there can be problem while using the fonts on your server :-(

Testing it now in both browsers without any such issue :idea:

[Solved] Re: Captcha style changes by explorer type?

Posted: 08 Jan 2013, 13:09
by info
You have added to your site:

img {
height:auto !important;
max-width:100% !important;
-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box !important; /* Firefox, other Gecko */
box-sizing: border-box !important; /* Opera/IE 8+ */
}

Remove max-width:100% !important; (or do it only for your banner) and it will work!

=> no bug