![]() |
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 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 ![]() Code: b = 160× 160 = Big Square ![]() Code: t = 160× 160 = Small Thumbnail ![]() Code: m = 320× 320 = Medium Thumbnail ![]() Code: l = 640× 640 = Large Thumbnail ![]() Code: h = 1024×1024 = Huge Thumbnail ![]() 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 ![]() 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: ![]() 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] |