• Resolved byzkd

    (@byzkd)


    Hello,
    I dont want the slider use the thumbnail, the quality is very bad. I want to use full size of image and i want to resize them with css . I already try the below function in my functions.php file but didnt work :

    add_filter( 'sp_wps_product_image_size', 'image_size' );
    
    function image_size() {
        return 'woocommerce_single';
    }

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Md Khalil Uddin

    (@khalilu)

    Hi @byzkd,

    Sincerely apologize for the delayed response.

    We tried to change the thumbnail using the above code you provided, and it worked for us. You can set image size from the plugin. Take a look at the screenshot here.

    Unfortunately, we were unable to locate the product slider section created by the plugin.

    To receive a quick response, please submit a support ticket here including the page link.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Uses thumbnail instead of full image’ is closed to new replies.