Is there a way to re-style reCaptcha to be smaller on the screen?
jrosen - March 17, 2009 - 22:16
| Project: | reCAPTCHA |
| Version: | 6.x-1.1 |
| Component: | reCAPTCHA Captcha |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | reCAPTCHA theming |
Jump to:
Description
I think this module is awesome. Is there a way to shrink the size of the reCaptcha "control" so it can fit in a smaller space?
Thanks for any help anyone can offer.

#1
Does anybody have any ideas on this?
#2
You could use the custom style, and theme it yourself. Not sure how you'd get around changing the image that reCAPTCHA gives you though.
#3
Maybe this can help you out (?) :
http://recaptcha.net/apidocs/captcha/client.html
When showing reCAPTCHA to the user, is it possible not to show the reCAPTCHA logo? We allow you to customize the theme of reCAPTCHA with our Client API. You are still required to have text on your website which states that you are using reCAPTCHA, however with our theming API, you are free to do this in a way that blends in to your site.
#4
I guess you can't make the Captcha smaller than 300x57 pixels:
"An empty div with ID recaptcha_image. This is where the actual image will be placed. The div will be 300x57 pixels."