paperweight Posted January 16, 2015 Share Posted January 16, 2015 We need to increase the size of the captcha image because it shows very small especially on mobile devices. Every WHMCS Website In The World That Uses Captcha Has This Same Problem! We solved it a little this way by increasing the size of the image: <img src="includes/verifyimage.php" height="70" width="180" /> But the problem with the code above is that the image then becomes blurry. So we need a method to increase the size of the image or captcha text without making the visibility of the image poor. Any ideas? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted January 16, 2015 Share Posted January 16, 2015 use ReCaptcha instead of the default Captcha, verifyimage.php file is encoded so you have no chance to modify generated file size from it. - - - Updated - - - another solution if you need to use the default Captcha is to only specify IMG width, and let browser set the appropriate height for it 0 Quote Link to comment Share on other sites More sharing options...
paperweight Posted January 16, 2015 Author Share Posted January 16, 2015 use ReCaptcha instead of the default Captcha, verifyimage.php file is encoded so you have no chance to modify generated file size from it. - - - Updated - - - another solution if you need to use the default Captcha is to only specify IMG width, and let browser set the appropriate height for it Thanks for your ideas. ReCaptcha is not possible to use since many of our clients re in China, and ReCaptcha (which is run by Google) is often blocked and not usable by users in China. Yes I tried the IMG width setting, but it's still blurry when the browser sets the height. I'm sure there is a way to make changes if it was unencoded. Or maybe build a plugin that adjusts that? Can the developers at WHMCS open that up to be used? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.