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="bild.jpg" width="100%" height="100%" />
<div id="alles">
<h1>Inhalt</h1>
</div>
html, body {
height: 100%;
margin: 0px;
padding: 0px;
}
#alles {
position: absolute;
top: 0px;
left: 0px;
}
Dann würde ich einen vertikalen Streifen zuschneiden und den horizontal wiederholen:...es ist für eine Grafik die oben schattiert ist und unten nur weiß, von daher bekomme ich keine Probleme mit den Pixeln
background-image : url(bild.jpg);
background-repeat : repeat-y;