Opened 12 years ago
Closed 12 years ago
#29330 closed defect (bug) (wontfix)
Add width="128" height="128" to plugin icons
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 4.0 |
| Component: | Plugins | Keywords: | has-patch commit |
| Focuses: | ui, administration | Cc: |
Description
nacin: tellyworth: I think we should add width="128" height="128" to the plugin icons so browsers don't need to paint-as-they-go
https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2014-08-22&sort=asc#m909770
This would also prevent the 533×533 Jetpack icon issue reported on make/core.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
CSS is apparently enough to avoid reflows as long as it specifically targets the image, which it does here.