Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #381 from sn4kebite/twimg-thumb
Show thumbnails from pbs.twimg.com.
  • Loading branch information
cezarsa committed Aug 29, 2013
2 parents 8007ba7 + 227ff48 commit 4f37f8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/image_services.js
Expand Up @@ -278,3 +278,7 @@ ImageService.addService('lockerz.com', {
ImageService.addService('p.twimg.com', {
thumb: '$2:thumb'
});

ImageService.addService('pbs.twimg.com', {
thumb: '$2:thumb'
});

0 comments on commit 4f37f8e

Please sign in to comment.