My goal is to display an image that fills the entire screen. Here's how my HTML code looks:
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<img src="./res/Default.png" width="100%" height="100%"/>
</body>
</html>
Although it appears correctly on most devices, it only fills the top half of the screen on a "HTC Incredible S." Does anyone have insight into why this might be happening and how to fix it?