Answer the question
In order to leave comments, you need to log in
How to change thumbnail size in wokomers?
Display thumbnail with
wc_get_gallery_image_html( $post_thumbnail_id, true );
How can I change its size?
Tried it this way, didn't work.
add_filter( 'woocommerce_gallery_thumbnail_size', function( $size ) {
return 'full';
} );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question