try again and remove above css add this
.template-blog .main-blog .card-article-image img {
object-fit: scale-down;
}
A user working with the Shopify Athens theme seeks to reduce blog post image sizes. Multiple developers offer CSS solutions targeting different files and classes.
Initial Solutions Proposed:
theme.liquid, main.css, or section-blog-post.css.article-template-image img with width adjustments (40-50%) and margin: auto for centeringSecondary Issue:
After implementing initial fixes, the user reports blog listing page images still aren’t resizing properly. A screenshot confirms the problem persists.
Latest Recommendations:
object-fit: scale-down or object-fit: contain to .card-article-image img or .card-media img.template-blog .main-blog .card-article-image img specificallybase.css or at the bottom of main stylesheetCurrent Status:
The discussion remains ongoing, with the user reporting that recent CSS suggestions haven’t resolved the blog listing page image sizing issue. Developers continue troubleshooting with increasingly specific CSS selectors and object-fit properties.
try again and remove above css add this
.template-blog .main-blog .card-article-image img {
object-fit: scale-down;
}