Viewing 1 replies (of 1 total)
  • I ran into the same error and after some debugging in the plugin i could the find the error in my theme/plugin image definitions.

    My theory now is:

    In order for the plugin to work, you have to have enable the “crop” flag in the third parameter for at least one image size either in:
    set_post_thumbnail_size(1,2,true)
    or
    add_image_size(1,2,true)

    There seems to be no check for that condition in the plugin itself.

Viewing 1 replies (of 1 total)
  • The topic ‘Didn't work at all’ is closed to new replies.