Skip to content

Commit

Permalink
just use full-size images
Browse files Browse the repository at this point in the history
mostly so the h-feed looks better in reader.kylewm.com
  • Loading branch information
kevinmarks committed Aug 19, 2015
1 parent 299dc9a commit 44f9544
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ html
video.u-video(poster="#{image.images.low_resolution.url}",src="#{image.videos.standard_resolution.url}", width="192", height="192", controls,preload=false)
a(href="#{image.videos.standard_resolution.url}")
-else
img(src="#{image.images.low_resolution.url}", width="192", height="192")
a.u-photo(href="#{image.images.standard_resolution.url}")
img.u-photo(src="#{image.images.standard_resolution.url}", width="192", height="192")
- if (image.caption)
p.description #{image.caption.text}
p.stats #{image.likes.count} likes #{image.comments.count} comments
Expand Down

0 comments on commit 44f9544

Please sign in to comment.