Skip to content

smallestWidth.h instead of smallestHeight.h #19

@sebblanc

Description

@sebblanc

line 691 it looks to me that
this._removeCandidatesIf(images, function(a, b) { return a.h > smallestWidth.h; }); should be this._removeCandidatesIf(images, function(a, b) { return a.h > smallestHeight.h; });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions