• Resolved MEmilsson

    (@memilsson)


    Hi!

    My product images appears into wrong sizes on my wordpress site.

    They are supposed to be 300px × 300px, but are scaled to 126px × 126px.

    Why are they resized automaticlly and how do I change this so they will be in 300×300 pixels instead?

    I use the Twenty Eleven Theme and WP Version 3.4.2 with Woocommerce.

    Here are some pictures that may help understanding my problem:
    Image1
    Image2
    Image3

    Very grateful for answers 🙂
    BR Mattias

Viewing 8 replies - 1 through 8 (of 8 total)
  • What thumbnail size have you chosen in Settings -> Media?

    Thread Starter MEmilsson

    (@memilsson)

    As you are able to see on image2 (the link) the settings are 300 x 300 for the thumbnail size. But whne i look in my browser on the page, the thumbnail size are resized to 126 x 126 =/

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What does image 1’s dimension information say in English?

    Can you post a link to a page demonstrating this problem?

    Thread Starter MEmilsson

    (@memilsson)

    Andrew, it says: 300px x 300px (resized to 126px x 126px).
    It’s the imageinformation i get when I right-click an image om the site.

    esmi,
    Yes of course, here is a link:
    http://www.dmjab.com/festival-maskerad/

    You can see that the thumbnails are wrong size..

    Thanks for your fast answers guys =)

    The ecommerce plugin is re-sizing the images inside the .products class using CSS:

    ul.products li.product {
        float: left;
        margin: 0 3.8% 2.992em 0;
        padding: 0;
        position: relative;
        width: 22.05%;
    }

    You need to ask about this in the woocommerce plugin’s dedicated forum

    Thread Starter MEmilsson

    (@memilsson)

    Okey, thanks for the answer. I’ll ask in the plugin-forum howto fix it 🙂

    Thread Starter MEmilsson

    (@memilsson)

    Hi I’m not getting any answers from woocommerce plugin forum.

    I’m using this on each catagory:

    [products ids=”383,375,371,368″]

    All my images are resized. if you right-click and choose “show imageinfo” you can see that all images are “cropped” from 300×300 to 128×128 px.

    I’m grateful for any help I can get!

    The site I’m talking about is http://www.dmjab.com/biltillbehor/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Help, my product images show wrong size!!!’ is closed to new replies.