• The best plugin, but it’s a little bug present. Fix please:
    if ( $path_parts['extension'] == 'jpg'
    replace with
    if ( strtolower($path_parts['extension']) == 'jpg'

  • The topic ‘it works’ is closed to new replies.