Quote:
Originally Posted by Tanjamuse
How do I do that, because I looked earlier, but couldn't figure out the code.
|
Generally an image is display at its full size unless a specific size is specified.
<img src="images/sample.jpg" width="100%" alt="sample">
This is very basic HTML. You may want to look for HTML tutorial.
Dale