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 can have the browser resize the image for you to fit the maximum width of the screen:
Resizing its height to WebView's viewport is possible too:
However, resizing both width and height would result in a stretched image. To either resize the width or height depending of what side fits best you may consider a bit of JavaScript, like this: