• Resolved atai

    (@atai)


    hello
    nice plugin and works fine for me.
    I need only to know if there is a way to change the image size.
    It works good if you have square images but not if you have rectangular
    Currently the plugin work with 80×80 but for me I need to set to 120×80
    Is there a way to insert css code for do this?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vidish

    (@vidishp)

    Hello @atai ,

    Thank you for reaching out.

    There was no such provision in plugin, but I have just made a release and now, you can modify thumbnail html by implementing a filter.

    apply_filters(‘wbo_thumbnail_image’, $img_placeholder);

    You get image html in argument and you can modify and return it as per your needs.

    Let me know if you need any further assistance.

    Thread Starter atai

    (@atai)

    Thanks for the reply but I am not so expert on this matter.
    I know how to change css code but not how to implement a filter on woocommerce.
    I belive there is some code to insert on functions.php.
    Can you please make me an example what I have to write for have the images set to 120×80?
    Many thanks n advance

    Plugin Author Vidish

    (@vidishp)

    @atai Thank you for reaching out.

    But in wordpress forum, we need to stick to plugin support questions. This is not related to our plugin. Custom development for specific site is our chargeable service and we are not allowed to discuss it on wordpress forum.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change picture size’ is closed to new replies.