Skip to content

Commit d6fe230

Browse files
committed
Use the actual original gif the hq2x pictures were generated from. Fixes w3c#188.
1 parent c60e89a commit d6fe230

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-images/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,15 +1911,15 @@ Determing How To Scale an Image: the 'image-rendering' property {#the-image-rend
19111911
For example, given the following small image:
19121912

19131913
<figure>
1914-
<img src="images/pixel-art-small.png">
1914+
<img src="images/pixel-art-small.gif">
19151915
<figcaption>A small pixel-art image.
19161916
</figure>
19171917

19181918
Scaling it up 3x might look like the following,
19191919
depending on the value of 'image-rendering':
19201920

19211921
<figure>
1922-
<img src="images/pixel-art-small.png" width=384>
1922+
<img src="images/pixel-art-small.gif" width=384>
19231923
<figcaption>The image scaled with ''image-rendering/auto''</figcaption>
19241924
</figure>
19251925

2.07 KB
Loading

0 commit comments

Comments
 (0)