• Resolved crmb

    (@crmb)


    Hello.

    I am using WPThumb on several my projects (i wonder why this not a core feature). It still works well for me but is no longer maintained. https://www.ads-software.com/plugins-wp/wp-thumb/

    Is this plugin basicaly the same for on the fly resizing (without defining custom sizes) ?

    One strong point of WPThumb is that it was not necessary to use a specific function. We could use wp_get_attachment_image_src($id, ‘width=X&height=Y&crop=true’)

    It was not possible for this plugin ?

    • This topic was modified 7 years, 8 months ago by crmb.
Viewing 1 replies (of 1 total)
  • Plugin Author Junaid Bhura

    (@junaidbhura)

    Hey @crmb,

    I’m a huge fan of HumanMade and their plugins. This plugin has similar functionality, but the idea is to keep this plugin’s functionality separate from the WordPress core.

    I really like how WP Thumb hooks into core and makes updates, but as a developer I feel that although plugins do have the ability to extend core functionality, it is best to keep it as abstract as possible to make it future-proof, and conflict-proof.

Viewing 1 replies (of 1 total)
  • The topic ‘WP-Thumb’ is closed to new replies.