Skip to content

Instantly share code, notes, and snippets.

@upsilon
Last active August 29, 2015 13:57
Show Gist options
  • Save upsilon/9486598 to your computer and use it in GitHub Desktop.
Save upsilon/9486598 to your computer and use it in GitHub Desktop.
--- a/OpenTween/Thumbnail/Services/ImgAzyobuziNet.cs
+++ b/OpenTween/Thumbnail/Services/ImgAzyobuziNet.cs
@@ -152,6 +152,7 @@ namespace OpenTween.Thumbnail.Services
{
ImageUrl = url,
ThumbnailUrl = this.ApiBase + "redirect?size=large&uri=" + Uri.EscapeDataString(url),
+ FullSizeImageUrl = this.ApiBase + "redirect?size=full&uri=" + Uri.EscapeDataString(url),
TooltipText = null,
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment