• Resolved branjake

    (@branjake)


    I have seen many threads on this topic already and no exact solution.

    I have tried editing the product images in the woocomerce settings and Forced Regenerate Thumbnails and nothing happens. I looked into the issue further and it seemed it may be a problem with the theme I am using. So i downloaded a plugin that alters the CSS code of the theme to allow product image sizing changes. I successfully altered the image sizes within the plugin with this and regenerated thumbnails again still nothing has happened. I have tried the processes mentioned above numerous times and even re-uploaded a new image and nothing has worked.

    The image that I am wanting to change is the “Single Product Image”

    How do I alter the single product image sizes in the simplest possible manner? I would prefer to not have to alter any code manually.

Viewing 8 replies - 1 through 8 (of 8 total)
  • are you using woocommerce 3.x.x? would you mind sharing the link?

    Thread Starter branjake

    (@branjake)

    I am using the current version of woocommerce. I am not able to share the link because I am in the process of constructing the website. If you saw the site all you would see is large blurry images.

    IS there anything that is unclear about what the problem is?

    no, problem is clear. i just wanted to customize my css solution advice on my browser before advising to you.

    • This reply was modified 7 years, 8 months ago by auludag.
    • This reply was modified 7 years, 8 months ago by auludag.
    Thread Starter branjake

    (@branjake)

    What is unclear?

    i forgot a comma ?? i updated it. problem is clear. i just wanted to customize my css solution advice on my browser before advising to you.

    anyway, i can’t say without url if it would work or not, but for this problem, custom css worked for me is

    .woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
    width:600px;
    }

    change width part according to your needs and see it works.

    Thread Starter branjake

    (@branjake)

    Thank you so much!! That worked. it was giving me so much trouble. I tried a custom CSS previously but must have entered it incorrectly.

    Thank you!

    glad to hear it. you’re welcome.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Image Sizing is not working’ is closed to new replies.