• Hello, Don’t know what i did but ended up the way they are now in the link.

    The thing is its only these images that changed like that everything else is fine. Essentially only the images regarding the product category
    The original image size is 241×200 but you’ll see there is one (adapters) that’s larger, i changed that to 512×512 and it ended up like that, it seems the images are zoomed in.

    Any image is use on any of the categories turn into a blurry image regardless of the quality.

    Some help would be nice, im a complete novice.

    • This topic was modified 1 year, 5 months ago by fox91011.
    • This topic was modified 1 year, 5 months ago by fox91011.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • A style specification from the Banner Management For WooCommerce plugin is responsible for the awkward enlargement of the graphics. You could see if you can find a setting in the plugin for this – if necessary, also contact their support forum.

    Alternatively, you can also adjust the output with individual CSS. This should be sufficient for that:

    body .wbm_banner_image img {
     width: auto;
    }

    To be added under Appeareance > Customizer > Additional CSS.

    Thread Starter fox91011

    (@fox91011)

    Thanks i’ll try. ??

    It worked!!

    • This reply was modified 1 year, 5 months ago by fox91011.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixing images’ is closed to new replies.