Nová ukázka
Reset
Načíst z URL
Uložit a získat odkaz
Vztahuje se k…
Nevyplňujte
Napiště „nejsem robot“
▶
Přepnout zobrazení
Výsledek
<title>Příklad různého použití vlastnosti image-rendering</title> <h1>Příklad různého použití vlastnosti <code>image-rendering</code></h1> <img src="http://lorempixel.com/80/80/" width=""> <img src="http://lorempixel.com/80/80/" width="180"> <img src="http://lorempixel.com/80/80/" class="pixely" width="180">
HTML
Autoformát
Standardní režim
Mobilní zobrazení
.pixely { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor; }
CSS
Autoformát
CSS reset
Až na konci
J
ava
S
cript
Autoformát
jQuery
Umístění JS
window.onload
</head>
</body>