Viewing 1 replies (of 1 total)
  • _az_

    (@_az_)

    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 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 ‘Uncaught SyntaxError: Invalid regular expression: missing /’ is closed to new replies.