• Resolved prokulit06

    (@prokulit06)


    Hi i need help i want to display full image size on product review but the review displaying 150×150 i want to display the actual image size on it please help me see my screenshot

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor contactashish13

    (@rozroz)

    @prokulit06 you can use this code snippet. Please read the sticky post to know where to add this.

    If this does not work, you can change full to something else that is relevant to your install.

    
    	add_filter( 'wppr_review_image_size', function( $size, $review_id ) {
    		$size = 'full';
    		return $size;
    	}, 10, 2 );
    

    Kindly spare a moment to leave us a review. It would really help us spread the word!

    Plugin Contributor contactashish13

    (@rozroz)

    We haven’t heard from you in sometime so marking this as Resolved. If you continue to face an issue, please create a new ticket. We’d be happy to help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Displaying thumbnail Product Image Size’ is closed to new replies.