#1018 closed enhancement (fixed)
Enable HiDPI versions of Gravatars for browsers that support srcset
Reported by: | ocean90 | Owned by: | ocean90 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | has-patch |
Cc: |
Description
Attachments (1)
Change History (6)
#2
@
9 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
@ocean90 The *owned by* avatar on Trac is displaying the avatar for the *reported by* user
https://cloudup.com/cVsx_Tkajqd
Looks like:
<img class="avatar" src="//wordpress.org/grav-redirect.php?user=${ticket.owner}&s=36" srcset="//wordpress.org/grav-redirect.php?user=${ticket.reporter}&s=72 2x" height="36" width="36" />
should be changed to:
<img class="avatar" src="//wordpress.org/grav-redirect.php?user=${ticket.owner}&s=36" srcset="//wordpress.org/grav-redirect.php?user=${ticket.owner}&s=72 2x" height="36" width="36" />
This ticket was mentioned in Slack in #meta by netweb. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
In 1704: