What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I fix inconsistent blog image sizes after a theme update?

Solved

How can I fix inconsistent blog image sizes after a theme update?

Alisha_Jemelian
Explorer
72 0 11

HI! I recently updated my theme, and when I did this it changed all my blog image sizes. Now all of my blog image photos are showing up at different widths.

Here is a sample product where you can see the different sizes of the photos: https://www.oneblushingbride.net/blogs/oneblushingbride/a-brave-bride-balding-beautiful

 I have attached a screenshot below.

 

Is there something I Can do to fix this (other than changing all my image sizes)? Thanks for your help!

Best,

AlishaScreenshot 2024-01-01 at 3.50.36 PM.png

Accepted Solutions (2)

PaulNewton
Shopify Partner
7450 657 1565

This is an accepted solution.

Image are same widths at least on chrome latest version, windows desktop.

Try testing on a different browser & device combo.

💣Try clearing your browser cache keeping mind this may cause you to have to relogin into service or redo other browser-website preferences that rely on the browser cache.

 

Being able to reliably reproduce a problem is a necessity for fixing things.

If the issue is still present provide (with versions): browser, device type, operating system, screen resolution.

 

Good Luck.

 

Screenshot, Images on blog same width with devtools rulers showing aligment on the right edge of the images.

PaulNewton_0-1704156366982.png

 

 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


View solution in original post

Dan-From-Ryviu
Shopify Partner
10303 2044 2115

This is an accepted solution.

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code below after <head> element

<style>
.article-template__content.rte img {
width: 100%;
}
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

PaulNewton
Shopify Partner
7450 657 1565

This is an accepted solution.

Image are same widths at least on chrome latest version, windows desktop.

Try testing on a different browser & device combo.

💣Try clearing your browser cache keeping mind this may cause you to have to relogin into service or redo other browser-website preferences that rely on the browser cache.

 

Being able to reliably reproduce a problem is a necessity for fixing things.

If the issue is still present provide (with versions): browser, device type, operating system, screen resolution.

 

Good Luck.

 

Screenshot, Images on blog same width with devtools rulers showing aligment on the right edge of the images.

PaulNewton_0-1704156366982.png

 

 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


Dan-From-Ryviu
Shopify Partner
10303 2044 2115

This is an accepted solution.

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code below after <head> element

<style>
.article-template__content.rte img {
width: 100%;
}
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.