-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing size in the captcha request doesn't make any difference #98
Comments
I think we are not yet respecting the size parameter. Thanks for bringing it to our attention! |
copy that, will wait for the update. Thx. |
Wondering if this didn't make the cut in v1.1.0? |
@kringo No, it didn't. We haven't been actively committing to the code recently, so I thought cutting out a release of the past unreleased commits would help move the project forward. Now that I am aware of real world users, I might dedicate more time to this project. Design idea for this issue
If anyone would like to take this up, please drop a comment. |
Just an update: I have started working on this. Images of the requested sizes are being created and served. The pending work is to scale the text to fit the requested size. |
Thanks for the update @hrj, any thoughts to expect a release with these changes? |
Sorry for the slow response; got busy with something else. I will hopefully get something out in April first week! |
Thanks @hrj |
@kringo Just merged the changes for this issue. Do give it a try. Note:
|
Tried the following request with additional size map but didn't make any difference
{"level":"easy","media":"image/png","input_type":"text","size":{"width":100,"height":50}}
Is this an issue or i'm doing something wrong here?
The text was updated successfully, but these errors were encountered: