• I am pleased that in the latest version there is an option for the thumbnail. Unfortunately, the listing does not include the correct size (pixels) with the correct aspect ratio.

    Couldn’t the entry yarpp-thumbnail (120×120) be changed to yarpp-thumbnail custom size and that I could enter the size myself?

    That would be a huge improvement and has been requested very often.

    If necessary, I could initiate the recalculation of the thumbnails myself, if it weren’t so easy to implement with Yarpp.

    Thanks a lot

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author YARPP

    (@jeffparker)

    @detoris great feedback! it’s on the roadmap.

    – ability to set height and width from the UI
    – ability to set cropping strategy from the UI
    – toggle to regenerate missing image on the fly with correct dimensions [release likely next week]

    Anything else we should be looking to add?

    Hello.

    Some time ago you advised me to add the following code to functions.php:
    add_image_size(‘yarpp-thumbnail’, 230, 120, true);

    It helped me with the size of the images but now they broke again. I have that code in functions.php and thumbnails of images of this size, but the plugin tries to display 150×150. Look here: https://strategycon.ru/buildings-have-feelings-too/

    I didn’t find any new option in the plugin settings to change the size.

    Plugin Author YARPP

    (@jeffparker)

    @arskrigitsioniets can you please open a new support thread for the issue you’re facing? The new option available within “Automatic Display Options” -> “Thumbnails Theme” -> Thumbnail Size. If you have yarpp-thumbnail defined in your functions.php file, the options displayed in the admin UI should reflect those dimensions that you have set manually.

    Thread Starter detoris

    (@detoris)

    These basic functions would be a very big step forward for the view. I would be really happy if this function could be implemented.

    The cherry on the cake would be if you could consider the different view of the browser on the desktop or in the mobile view. For example, 4 thumbnails matching the width are displayed on the desktop and, depending on the smartphone, 3 thumbnails and 1 below. Or 2 and 2 with lots of space on the right. An automatic arrangement with spacing or scaling could help here.

    If necessary, you could have a look at my website and test it with different widths of the window.

    Thread Starter detoris

    (@detoris)

    I see the new option:
    Generate missing thumbnail sizes:
    but I don’t quite understand the function because I can’t manually enter the Yarpp size in pixels in the user interface.

    Is that just a preparation for the upcoming features:
    – ability to set height and width from the UI
    – ability to set cropping strategy from the UI
    (– toggle to regenerate missing image on the fly with correct dimensions [release likely next week])
    ?

    • This reply was modified 3 years, 10 months ago by detoris.
    Plugin Author YARPP

    (@jeffparker)

    Hi @detoris you can’t enter the dimensions in the UI as yet, but you can add the following in your theme’s functions.php file to specify dimensions:

    To change “yarpp-thumbnail” size, add the following to your theme’s functions.php file with appropriate width and height variables.

    add_image_size(‘yarpp-thumbnail’, $width, $height, true);

    Thread Starter detoris

    (@detoris)

    @jeffparker
    Ok I understand. This option is only available if I change the thumbnail size in the theme’s functions.php file. But if I understand you correctly, in the near future there will be a direct option to change the size of the user interface in YARPP.

    Plugin Author YARPP

    (@jeffparker)

    @detoris that is right! code option available now. Option in UI will be coming.

    Thread Starter detoris

    (@detoris)

    Thanks for the clarification.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Setting thumbnail size’ is closed to new replies.