From 07295441493debd8991046573979e8de278adca4 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Fri, 21 Nov 2014 09:00:42 -0800 Subject: [PATCH] add explicit links for example images GitHub uses their own image proxy (camo), which the example images were linking to. Switch to an explicit link, so that the full exmaple URL can be seen. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1653946..885abbf 100644 --- a/README.md +++ b/README.md @@ -91,14 +91,14 @@ source image][small-things], which measures 1024 by 678 pixels. Options | Meaning | Image --------|------------------------------------------|------ -200x | 200px wide, proportional height | ![200x](https://willnorris.com/api/imageproxy/200x/https://willnorris.com/2013/12/small-things.jpg) -0.15x | 15% original width, proportional height | ![0.15x](https://willnorris.com/api/imageproxy/0.15x/https://willnorris.com/2013/12/small-things.jpg) -x100 | 100px tall, proportional width | ![x100](https://willnorris.com/api/imageproxy/x100/https://willnorris.com/2013/12/small-things.jpg) -100x150 | 100 by 150 pixels, cropping as needed | ![100x150](https://willnorris.com/api/imageproxy/100x150/https://willnorris.com/2013/12/small-things.jpg) -100 | 100px square, cropping as needed | ![100](https://willnorris.com/api/imageproxy/100/https://willnorris.com/2013/12/small-things.jpg) -150,fit | scale to fit 150px square, no cropping | ![150,fit](https://willnorris.com/api/imageproxy/150,fit/https://willnorris.com/2013/12/small-things.jpg) -100,r90 | 100px square, rotated 90 degrees | ![100,r90](https://willnorris.com/api/imageproxy/100,r90/https://willnorris.com/2013/12/small-things.jpg) -100,fv,fh | 100px square, flipped horizontal and vertical | ![100,fv,fh](https://willnorris.com/api/imageproxy/100,fv,fh/https://willnorris.com/2013/12/small-things.jpg) +200x | 200px wide, proportional height | 200x +0.15x | 15% original width, proportional height | 0.15x +x100 | 100px tall, proportional width | x100 +100x150 | 100 by 150 pixels, cropping as needed | 100x150 +100 | 100px square, cropping as needed | 100 +150,fit | scale to fit 150px square, no cropping | 150,fit +100,r90 | 100px square, rotated 90 degrees | 100,r90 +100,fv,fh | 100px square, flipped horizontal and vertical | 100,fv,fh ## License ##