Feature #24927
closedRender high resolution Gravatars and Thumbnails
0%
Description
In addition to #24922, this patch implements hi-res support for Gravatars and Thumbnails using the srcset
attribute. Only a DPR of 2x is supported currently.
Here, the patch will actually use separate URLs for 1x and 2x images, so that browsers supporting srcset
will only load the appropriate image and will not need to scale on the client.
Files
Related issues
Updated by Jan from Planio www.plan.io almost 8 years ago
- Related to Feature #24922: Support high resolution images in formatted content added
Updated by Jan from Planio www.plan.io almost 8 years ago
- File deleted (
0001-Hires-2x-DPR-image-support-for-Gravatars.patch)
Updated by Jan from Planio www.plan.io almost 8 years ago
- File 0001-Hires-2x-DPR-image-support-for-Gravatars.patch 0001-Hires-2x-DPR-image-support-for-Gravatars.patch added
Quick fix.
Updated by Go MAEDA almost 8 years ago
- Related to Feature #11757: Add support for HDPI screens (retina) added
Updated by Go MAEDA almost 8 years ago
- Blocked by Defect #24935: Gravatar icons in activity view are broken on r15858 and later added
Updated by Go MAEDA almost 8 years ago
Thanks for the patch. Gravatar icons and thumbnails for HDPI display is beautiful.
But I see strange blank area in Firefox. Could you inspect it?
Updated by Go MAEDA almost 8 years ago
Updated by Jan from Planio www.plan.io almost 8 years ago
- File 0003-Whitespace-only-reorg-of-ApplicationHelper-thumbnail.patch 0003-Whitespace-only-reorg-of-ApplicationHelper-thumbnail.patch added
- File 0004-set-thumbnail-width-on-image-tag-to-avoid-too-wide-w.patch 0004-set-thumbnail-width-on-image-tag-to-avoid-too-wide-w.patch added
Thanks for pointing this out. I'm adding two more patches which fix this problem. To me it looks like a bug in Firefox, though...
Updated by Go MAEDA almost 8 years ago
Jan from Planio www.plan.io wrote:
Thanks for pointing this out. I'm adding two more patches which fix this problem.
Thanks, I confirmed that the problem has been fixed.
Updated by Go MAEDA almost 8 years ago
- File 24927-effect-gravatar.png 24927-effect-gravatar.png added
- Target version changed from Candidate for next minor release to 3.4.0
With these patches, we can see sharp Gravatar icons and thumbnails on High DPI monitors.
High DPI monitors are becoming common these days, so I think that this feature should be included in 3.4.0.
Updated by Jean-Philippe Lang almost 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.