• Resolved feijon

    (@feijon)


    Hello, I have already tested the free version and it suits me very well on the back-end, however, I have two doubts to be able to buy the plugin. First, I use the WC Vendors plugin for the seller to advertise on the front end, I would like to know if the PRO version works on the front end, because the DEMO version is not working.
    Second doubt, I realize that if you insert images larger than 700 px the plugin is efficient, however when I insert small images it does not resize as it should in square format.
    I would like to confirm that in the PRO version these two situations work, please.
    All images on my website are 700 x 700 px

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @feijon

    Resizing images uploaded through front end is uncommon, so it’s disabled by default. To enable it, simply, add this code snippet to your theme functions.php:

    add_filter('wp_sir_process_frontend_upload', '__return_true');

    Regarding you second issue. Naturally, it should resize small images as well. Can you send me one of those images so I can reproduce the issue?

    Best,
    Nabil

    Thread Starter feijon

    (@feijon)

    Hi Nabil

    Thanks for the feedback and guidance.
    I added the code below and it worked perfectly on the WCVendors front-end.
    As for another question, I did a new test, inserted a small image with size 82 x 110 pixels and size 110 x 83 pixels and it worked, your Plugin resized, however, it increased the photo and lost all quality, but it worked.
    Ask me a very important question, for the photos do not lose quality when resizing, what is the minimum image size that you suggest?
    Thank you.

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @feijon

    Thanks for the follow-up! Glad it worked for you.

    To avoid quality loss, make sure uploaded image size is bigger than the woocommerce_single size ( you can check registered sizes in Sizes dropdown under WooCommerce > Smart Image Resize ).

    I hope this helps.

    Best,
    Nabil

    Thread Starter feijon

    (@feijon)

    Hi Nabil Lemsieh
    Thanks again for returning.
    I accessed the menu according to your orientation and the woocommerce-single image is 600 x 600 px.
    Correct me if I’m wrong, but I believe that the ideal is to upload images with at least this size, because if it is smaller it can distort and lose quality, is that right?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Front-End and image size’ is closed to new replies.