@Null
Hello! Am programmer. :p
Resizing the Image
I do want to preface this with a heads-up: there is a chance that resizing is disabled on this site. I have not checked, but coloring text is disabled, so…just so you know!
I prefer to start by pasting the image in first. You can do this on LW by just popping the image link into the typing box.
Now, this site specifically uses HTML! In order to do that fun formatting you want, you'll need to start with hitting the “Source” button.
If you've pasted an image in successfully, you should see something like this somewhere:
In between the quotes following img src= is the image link. You won't have to worry about that! What we want to do is add two attributes, width and height.
These two attributes that were added control the width and height of the image! It goes by pixel.
You may notice that I added an attribute called alt. It is by no means required! It just shows the text between the quotes if the image does not load for someone.
Edit: Just noticed that you already had a reply. xD sorry! I walked away while writing this and didn't realize.