Viewing 2 replies - 1 through 2 (of 2 total)
  • I have same question, is it possible to change?

    From FAQ:

    I’m using the Thumbnails display. How can I change the thumbnail size?
    The default YARPP thumbnail size is 120px by 120px. The thumbnail size can be specified programmatically by adding add_image_size(‘yarpp-thumbnail’, $width, $height, true); to your theme’s functions.php file with appropriate width and height variables. In the future I may add some UI to the settings to also set this. Feedback is requested on whether this is a good idea.

    Errr forget it… we need to change thumbnail image instead of size…

    EDIT:

    Fixed by adding define('YARPP_GENERATE_THUMBNAILS', true); to theme functions.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show thumbnails instead of full-sized image…’ is closed to new replies.