Images
Posted: Fri Mar 30, 2012 5:06 pm
Is there a way for images to be auto sized so they snugly fit on the page?
Code: Select all
The following bbcode:
Including an image
[img]http://www.bbcode.org/images/lubeck_small.jpg[/img]
Resizing the image
[img=100x50]http://www.bbcode.org/images/lubeck_small.jpg[/img]
Making the image clickable (in this case linking to the original image)
[url=http://www.bbcode.org/images/lubeck.jpg][img]http://www.bbcode.org/images/lubeck_small.jpg[/img][/url]
Resizing and adding meta information for the image
[img width="100" height="50" alt="Lubeck city gate" title="This is one of the medieval city gates of Lubeck"]http://www.bbcode.org/images/lubeck_small.jpg[/img]