Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Resizing an image

I'm trying to put a mini map into my game, however the map refuses to be mini
I've been trying to resize it using html attributes, such as
[code<img src="room8.png" width="100" height="50">][/code], however it stays exactly the same size.
How do i fix this?!

Comments

  • If you want the image to remain the same (mini) size throughout the entire game, would it not just be easier to resize it with a photo editor and use that instead?
Sign In or Register to comment.