Skip to content

Commit

Permalink
fix tumblr photo dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
erisdev committed Mar 23, 2012
1 parent b659d3b commit c3a3ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preview/tumblr.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ exports = class TumblrScraper extends BasicScraper
# TODO pick a suitably sized thumbnail image
thumbnail: thumbnail.url
snippet: post.caption
dimensions: [post.width, post.height]
dimensions: [photo.width, photo.height]

# Quote Posts
##
Expand Down

0 comments on commit c3a3ff1

Please sign in to comment.