We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60e89a commit d6fe230Copy full SHA for d6fe230
2 files changed
css-images/Overview.bs
@@ -1911,15 +1911,15 @@ Determing How To Scale an Image: the 'image-rendering' property {#the-image-rend
1911
For example, given the following small image:
1912
1913
<figure>
1914
- <img src="images/pixel-art-small.png">
+ <img src="images/pixel-art-small.gif">
1915
<figcaption>A small pixel-art image.
1916
</figure>
1917
1918
Scaling it up 3x might look like the following,
1919
depending on the value of 'image-rendering':
1920
1921
1922
- <img src="images/pixel-art-small.png" width=384>
+ <img src="images/pixel-art-small.gif" width=384>
1923
<figcaption>The image scaled with ''image-rendering/auto''</figcaption>
1924
1925
css-images/images/pixel-art-small.gif
2.07 KB
0 commit comments