I\'m trying to display some large images with HTML img tags. At the moment they go off the edge of the screen; how can I scale them to stay within the browser window?
Adding max-width: 100%; to the img tag works for me.
max-width: 100%;
img