Imgur allows for displaying the source image at other smaller resolutions (ie: thumbnails).
For this one would append one of the following characters to the image-id part.
["s", "b", "t", "m", "l", "h"] (only one & case sensitive. ... See Doc link and Example code-block.)
Related Imgur thumbnails doc
- Code: Select all
X) [img]http://imgur.com/rgx4piN[/img] (Bad usage => Missing image extension)
S) [img]http://imgur.com/rgx4piNs.png[/img] (Small squared size, Short side re-scale to 90x90, +long side center-Cropped to 90 px)
B) [img]http://imgur.com/rgx4piNb.png[/img] (Big squared size, Short side re-scale to 160x160, +long side center-Cropped to 160 px)
T) [img]http://imgur.com/rgx4piNt.png[/img] (Tiny size, Longest side, down-scaled to 160 px)
M) [img]http://imgur.com/rgx4piNm.png[/img] (Medium size, Longest side, down-scaled to 320 px)
L) [img]http://imgur.com/rgx4piNl.png[/img] (Large size, Longest side, down-scaled to 640 px)
H) [img]http://imgur.com/rgx4piNh.png[/img] (Huge size, Longest side, down-scaled to 1024 px)
O) [img]http://imgur.com/rgx4piN.png[/img] (Original size)
Valid image extensions: ".png", ".jpg", ".jpeg", ".gif".
+ Which of those extensions is used ... actually don't matters.
+ Lowercase only.
+ Exception: The ".gifv" extension. Don't use that (in url-links) on none gifv images.
--- --- ---
To display a smaller image that links to the original-sized image, or the image-page, just enclose the image-tag in a url-tag.
(using gif on a jpeg image here)

- Code: Select all
[url=http://imgur.com/rgx4piN.gif] [img] http://imgur.com/rgx4piNt.gif [/img] [/url]
--- --- ---
- Code: Select all
[url=http://www.havenandhearth.com/forum/viewtopic.php?p=841905#p841905][color=#008](how to) imgur, displaying image.[/color][/url]
... burp ...