ID:2033365
 
(See the best response by MrStonedOne.)
Title.
Details.
Meaning, I made a picture out of 1366x768. Instead of just going onto paint and resizing it, I want to make it automatically fit to each and every resolution.

<img src = "LINK" ???? (Removed ending cuz blanks out)
Need that ???? I've tried using width:100% length:100% but that didn't seem to work. So I was wondering if there was a way on BYOND to do that.
Best response
style="width:100%;height:100%;max-width:1366;max-height:768"

Remove the last two bits if you want it to be able to scale up as well as down
Thanks!