#36530 closed defect (bug) (invalid)
get_avatar srcset only contains one source
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.2 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description
The srcset
attribute of the image element returned by get_avatar()
only contains the 2x
source instead of both the SD and the HD source.
Attachments (1)
Change History (6)
#2
@
7 years ago
- Keywords has-patch added
- Version changed from trunk to 4.2
Introduced in [31721]. See also ticket:22329:56 and [31722], has this changed?
Note: See
TracTickets for help on using
tickets.
In 36530.patch: Add both the
1x
and2x
sources to thesrcset
.