In some web browsers, huge images are automatically resized to fit the screen.
Is it possible to do the same in an Android WebView?
The web page just contain
You could send the size you want in the request parameters and let the server set the width/height in the img element for you.