Closed
Bug 921860
Opened 12 years ago
Closed 12 years ago
Use 64px gravatar for retina display support
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: paul, Assigned: dkl)
Details
Attachments
(2 files)
|
299.69 KB,
image/png
|
Details | |
|
672 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
The gravatar URL includes `?s=32`. It would be better if we could use `?s=64`, then the image won't look blurry with retina displays.
See attachment for comparison (first image uses s=64, second image uses s=32).
| Assignee | ||
Comment 1•12 years ago
|
||
Seems reasonable.
Comment on attachment 812121 [details] [diff] [review]
921860_1.patch
r=glob
you need to update extensions/Gravatar/web/default.jpg to be 64x64 too.
use https://secure.gravatar.com/avatar?size=64&d=mm
Attachment #812121 -
Flags: review?(glob) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified extensions/Gravatar/Extension.pm
modified extensions/Gravatar/web/default.jpg
Committed revision 9054.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•