Memo;
Now, My thumbnail size of YARPP is 120 x 90.
1.I changed the size in styles-thumbnails.php
$height = 90;
$width = 120;
2.I added next code to the last of my thema’s functions.php, in front of “?>”
add_image_size( ‘yarpp-thumbnail’, $width = 120, $height = 90, true );
All Thumbs were changed.