Skip to content

Commit

Permalink
Fix signature scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohansen committed Jul 5, 2018
1 parent d7bed33 commit 72673d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Diplomatic/Models/Signature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public Uri ImageUri
get
{
string basePath = $"https://qri7p78aml.execute-api.eu-west-2.amazonaws.com/dev/preview/signature/{Id}";
return new Uri($"{basePath}?width=200&height=80");
return new Uri(basePath);
}
}
}
Expand Down

0 comments on commit 72673d6

Please sign in to comment.