• I m using this plugin and having a problem.
    Under, How do you want to load the gallery?: I have selected (Using Shortcode).
    Under, Zoom viewport size: I have selected (Width: 260, Height: 260)

    Website Url: https://tmcwebsites.com/lakeside/system/raptor-septage-acceptance-plant/

    I have used “[mp_product_gallery]” this shortcode in above product page.

    I have entered images from backend of my product page under “Market Press Product Galary”, but in frontend my images got cropped.

    Please let me know if their is any option to show full size of the image.

    I have also changes size parameters in the

    add_image_size( ‘mp-large-view’, 600, 880, true );
    add_image_size( ‘mp-thumb’, 220, 180, array( ‘center’, ‘center’ ) );

    function in plugin files. But images are again got cropped.

    Thanks in Advance!
    Roopkamal.

Viewing 1 replies (of 1 total)
  • Hi @roopkamal,

    Apologies for the delay here.

    Can you try changing this like of code:
    add_image_size( ‘mp-large-view’, 600, 880, true );
    Instead of true use false and then try uploading your images again.

    Let us know if that worked.

    Cheers,
    Predrag

Viewing 1 replies (of 1 total)
  • The topic ‘Image Size Cropped Automatically’ is closed to new replies.