Page MenuHomePhabricator

Captcha for user signup is too small on high dpi devices
Closed, ResolvedPublic

Description

If there's no image with higher resolution, we can just try to scale up the image.


Version: Unspecified
Severity: normal

Details

Reference
bz62016

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:01 AM
bzimport set Reference to bz62016.
bzimport added a subscriber: Unknown Object (MLST).

Yeah, we definitely need to at least scale them up. This is blocked on finding a way around https://github.com/square/picasso/issues/249 which apparently is triggered by our Captcha images ;(

Change 116173 had a related patch set uploaded by Brion VIBBER:
Let's just set a reasonable size in dp for the captcha image

https://gerrit.wikimedia.org/r/116173

Change 116173 merged by Yuvipanda:
Let's just set a reasonable size in dp for the captcha image

https://gerrit.wikimedia.org/r/116173

Should be fixed with that patch.