Hello
How can I show like 6 large images into small thumbnails in the post using [img] tag
Example:
Pic1 Pic2 Pic3
Pic4 Pic5 Pic6
thank you
Maybe not exactly what you want, but you can currently manually add width and height attributes to the img bbcode to scale down or increase the size of an image.
Example:
Normal:
[img]http://www.simplemachines.org/community/Smileys/simple/smiley.gif[/img]Changed width and height:
[img width=30 height=30]http://www.simplemachines.org/community/Smileys/simple/smiley.gif[/img]