Fixed blurry images in post feeds - #222
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. WalkthroughThe post card template now renders responsive image sizing when Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized change adjusts responsive image sizing while preserving existing explicit sizes and eager-card fallback behavior; no actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Ref https://linear.app/ghost/issue/DES-1376/source-theme-blurry-image, https://linear.app/ghost/issue/DES-1427/tag-pages-image-srcset-issue
Use native
sizes="auto"for lazy-loaded post card images so the browser selects a source matching the card's rendered width. Preserve explicitimageSizesvalues and the existing 320px fallback for eager cards.