Skip to content

WebImage ignores scale parameter #362

@alex-vasenin

Description

@alex-vasenin

Two of three WebImage initializers have scale parameter which is ignored as you can easily see from the code here and here.

Workaround: instead of using WebImage(url: url, scale: 3, ... use WebImage(url: url, context: [.imageScaleFactor: 3]) ...

Please fix!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions