• Resolved nimmolo

    (@nimmolo)


    Hi Volkmar,

    I’m only able to select “thumbnail” size for crop availability in any post type, with my bare bones theme.

    With the default theme “twentyseventeen”, i can also select special image sizes added by that theme.

    But in both cases i cannot select wp’s automatic sizes “medium” and “large”.

    Is that the intended behavior?

    • This topic was modified 6 years, 11 months ago by nimmolo.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Volkmar Kantor

    (@volkmar-kantor)

    Yes, this is intendetd. “medium” and “large” are no cropped images sizes. My plugin only handles cropped images sizes, its not to adjust the uploaded image.

    You may use the WordPress default image editor to edit this sizes.

    Thread Starter nimmolo

    (@nimmolo)

    Thanks V, i get it now :).

    Volkmar, that is a bad idea. When you develop you want to use the standard formats first to use small amount of custom size. It’s very common that you redine standard formats to crop and then you may need crop feature on these as well.

    I think this should be an option in settings. This is how I solved it with a dirty and temporary hack:

    Change row 6 in settings.php:
    private $defaultSizes = array('thumbnail','medium','medium_large','large');

    to:
    private $defaultSizes = array();

    • This reply was modified 6 years, 7 months ago by jaxwtf.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Medium, large sizes not available for crop in settings?’ is closed to new replies.