Page 1 of 1

how do I attach multiple images in my post?

Posted: Wed Aug 03, 2022 11:11 am
by FieraRyan
I want to share lots of backgrounds I made, in a grid layout like in Uncle Mugen's thread here viewtopic.php?f=52&t=17302 but for the life of me I can't figure out how to do it, if I attach them as attachments then each image gets shown on a new line and you'd have to scroll 10 years.

Re: how do I attach multiple images in my post?

Posted: Wed Aug 03, 2022 5:39 pm
by Imperf3kt
Most people use an image hosting service, such as imgur then insert the image using the BBCode for images

Code: Select all

[img]Link to your image[/img] 

Note that there are image size constraints. All images must be no more than 800pixels wide

Re: how do I attach multiple images in my post?

Posted: Fri Aug 05, 2022 9:21 pm
by Donmai
Mugen has built that gallery using BBCode and image attachments. You can see the code of that post if you click on the "reply with quote" button (the button to the right, which looks like a quotation mark). As far as I can get it, all images were uploaded to the Lemma Soft server, and what we see on the page are thumbnails linked to the full-size image. The BBCode used looks like this:

Code: Select all

[url=https://www.bbcode.org/images/lubeck.jpg][img]https://www.bbcode.org/images/lubeck_small.jpg[/img][/url]
and it is explained here: https://www.bbcode.org/
Maybe a forum administrator (you know who I'm talking about and he seems to be very busy all the time :wink: ) could give you a better explanation.