Franky55555
Neues Mitglied
wie mache ich es, dass sich das hintergrundbild automatisch der fenstergröße anpasst?
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<img src="hintergrundbild.png" alt="" id="bg" />
html, body { height: 100%; }
#bg {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}