Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi croquesel

    Wishlist uses “Product Thumbnails” dimensions as thumbnail size for wishlist table

    This means that you can choose any size for this image -wihout changing this option in WooCommerce Settings and re-generating your thumbanils- as long as you set diminsions smaller than “Product Thumbnails” size

    I suggest you to set height or width in pixels, leaving other dimension to “auto”, in order to avoid image to stretch

    E.G you can use something like this

    table.wishlist_table td.product-thumbnail img {
        width: 160px;
        height: auto;
    }

    Hope this can help
    Have a nice day ??

Viewing 1 replies (of 1 total)
  • The topic ‘resize wishlist image’ is closed to new replies.