Discovery Gaming Community
I'm probably way behind the times but...(Photo resizing trick with Imgur) - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: The Community (https://discoverygc.com/forums/forumdisplay.php?fid=4)
+--- Forum: Media Center (https://discoverygc.com/forums/forumdisplay.php?fid=18)
+--- Thread: I'm probably way behind the times but...(Photo resizing trick with Imgur) (/showthread.php?tid=206592)



I'm probably way behind the times but...(Photo resizing trick with Imgur) - Vulkhard Muller - 01-23-2025

Code:
s =   90×  90 = Small Square
b =  160× 160 = Big Square
t =  160× 160 = Small Thumbnail
m =  320× 320 = Medium Thumbnail
l =  640× 640 = Large Thumbnail
h = 1024×1024 = Huge Thumbnail


I just found out that if you put these at the end of a url for an image (at least from Imgur, only one I have tested atm if anyone uses something else and could test it please do share!)

To help me demonstrate I have recruited Beaker to assist me (the linked image has a width of 1368.

Code:
s =   90×  90 = Small Square
[img]https://i.imgur.com/R6UlCwA |s| .png[/img]
[Image: R6UlCwAs.png]

Code:
b =  160× 160 = Big Square
[img]https://i.imgur.com/R6UlCwA |b| .png[/img]
[Image: R6UlCwAb.png]

Code:
t =  160× 160 = Small Thumbnail
[img]https://i.imgur.com/R6UlCwA |t| .png[/img]
[Image: R6UlCwAt.png]

Code:
m =  320× 320 = Medium Thumbnail
[img]https://i.imgur.com/R6UlCwA |m| .png[/img]
[Image: R6UlCwAm.png]

Code:
l =  640× 640 = Large Thumbnail
[img]https://i.imgur.com/R6UlCwA |l| .png[/img]
[Image: R6UlCwAl.png]

Code:
h = 1024×1024 = Huge Thumbnail
[img]https://i.imgur.com/R6UlCwA |h| .png[/img]
[Image: R6UlCwAh.png]


RE: I'm probably way behind the times but...(Photo resizing trick with Imgur) - TheKusari - 01-23-2025

Oh hell yeah this is cool !


RE: I'm probably way behind the times but...(Photo resizing trick with Imgur) - Aingar - 01-23-2025

Ban he for posting too big of an image!

Cool stuff Big Grin


RE: I'm probably way behind the times but...(Photo resizing trick with Imgur) - Seapanda - 01-24-2025

hims bannen'd

P.S. that's actually neat


RE: I'm probably way behind the times but...(Photo resizing trick with Imgur) - Corile - 01-24-2025

You can use forum BBcode for this for any image:

[Image: Grand_Kartal_Hotel_in_Kartalkaya.jpg]

Code:
[img=100x100]https://upload.wikimedia.org/wikipedia/commons/c/c1/Grand_Kartal_Hotel_in_Kartalkaya.jpg[/img]

You can also use [imgw] tags to make sure that the image's not going to exceed max allowed width.



Code:
[imgw]https://upload.wikimedia.org/wikipedia/commons/c/c1/Grand_Kartal_Hotel_in_Kartalkaya.jpg[/imgw]