Support » Plugin: Thumbnail Upscale » Upscale images

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Stanislav Khromov

    (@khromov)

    Hi wonderm,

    The plugin only resizes images that have the “crop” setting enabled. The medium and large formats do not have this, and thus are not affected by the plugin.

    My suggestion is that you create two new image formats that have the same dimensions as your medium and large format, but have the crop setting enabled. You can name them for example:
    medium-cropped
    large-cropped

    This plugin makes it easy to create new image formats from the WordPress admin panel:
    http://wordpress.org/plugins/simple-image-sizes/

    Hope that helps.

    Thread Starter wonderm

    (@wonderm)

    khromov, that works perfectly and thank you for your fast support.

    Hello,

    Thank you for a great plugin.

    I am wondering if this code supports the new crop arrays found in WP 3.9+, such as this:

    add_image_size( 'basic-thumb', 400, 400, array('center', 'top'));

    With your plugin enabled, I can’t get images to crop from the top anymore.

    Plugin Author Stanislav Khromov

    (@khromov)

    Hi Eusebius,

    No, the plugin does not support the crop arrays, as you said it’s a brand new feature. But it may be possible to add support, this seems to be the relevant changeset:
    https://core.trac.wordpress.org/changeset/27472

    I will check it out.

    Another feature that will be coming soon is limiting which thumbnails sizes should be affected by the upscaler, so you will have more choice than a simple on/off switch like now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Upscale images’ is closed to new replies.