Bild responsive machen
bearbeitet von PeterHallo
`<html>
<head>
<style>
img {
max-width: 480px; <!-- Originalgröße 960px -->
height: auto;
}
</style>
</head>
<body>
<img src="stop.GIF" alt="Logo" />
</body>
</html>`
Bei Verkleinerung des Fensters bleibt das Bild gleich groß