BytesCo/wpsmartcrop

Doesn’t work with custom image sizes?

Opened this issue · 1 comments

I’m adding custom image sizes like this:

add_image_size('huge', 1800, 1800, false);

And when I add this to the page with wp_get_attachment_image(IMAGE_ID, 'huge') doesn’t work, but if I change size to the defaults (full, large, medium, thumb) it works.

@wpsmartcrop is the plugin abandoned? I see a couple of PRs without a response. There is a real need for this sort of plugin. Perhaps I can assist?