• Resolved bruceleebee

    (@bennygill)


    I would LOVE if this could generate custom image sizes per-image.

    So you edit an image, input your custom image size, it generates that new image size on the server, and allows you to choose that size from the native “image size” selection.

    Normal image upload size is kept, but you can now also choose an image size you specifically need (instead of the standard Thumbnail, Medium, Large, etc)

    https://wordpress.org/plugins/resize-image-after-upload/

Viewing 1 replies (of 1 total)
  • Have you checked out the function: add_image_size()

    This allows you to create additional sizes other than “thumbnail”, “medium” and “large”. See down at the section “For Media Library Images (Admin)” for adding a new entry into the dropdown beside an image.

    Then using it with this plugin – you would use this plugin to reduce extremely large images (i.e. 4000×3000) to a more space-savvy 1200×900; then use that WordPress function to produce the necessary image sizes to be used within your theme.

    Hope that helps,
    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Feature Request’ is closed to new replies.