New Landing How can we help? Themeforest Theme Support Flexform Woocommerce Image Sizes

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Flexform
  • #9577
    natevolk
    Member
    Post count: 43

    Standard image sizes are all off in the theme. Can you list what sizes the template calls for in the images so that I can set correct sizes in woocommerce settings? IE, default woo commerce product image is 300×300, but very obviously scaled up in the theme. Thanks.

    #9579
    natevolk
    Member
    Post count: 43

    also, on the cross sell and up sell parts of the product page, it is calling for the product size image, but displaying the larger, single product image size. This results in excess pixellation and stretching…

    #9716
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    These are all the add_image_size() function we use to register image sizes:

    add_image_size( 'widget-image', 94, 70, true);
    add_image_size( 'thumb-image', 600, 450, true);
    add_image_size( 'thumb-image-twocol', 900, 675, true);
    add_image_size( 'thumb-image-onecol', 1280, 960, true);
    add_image_size( 'blog-image', 1280, 9999);
    add_image_size( 'full-width-image', 1280, true);
    add_image_size( 'full-width-image-gallery', 1280, 720, true);

    Regards,
    ————————————————————————————————————

    Cosmin – Support

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register