Why does my size chart image look tiny on my store page?

Need help with our store. We uploaded a size chart but the image looks very tiny

It looks okay on the backend if we change the image size to wallpaper 1024 or 2048

This page link is https://victoriastag.com/pages/size-chart

Hi @mommylau ,

Sorry for experiencing this problem. But I think you put the image on the wrong area.

It should be in the Media not in the description. You need to upload the Image in your store.

I hope it helps.

Hi, @mommylau

To fix this, add this code below to the bottom of your store css file. I can’t tell what theme you are using, so I can’t tell which file it should be added to. Try searching for base.css :

.tabbed__product-content img, .rte img {
    width: 600px; /* Adjust this to your needs */
}

Let me know how this works for you.