Skip to content

Commit

Permalink
Add smooth value to image-rendering property (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 3, 2025
1 parent 4d15b3d commit 76e8b59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions live-examples/css-examples/images/image-rendering.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
</button>
</div>

<div class="example-choice">
<pre><code class="language-css">image-rendering: smooth;</code></pre>
<button type="button" class="copy hidden" aria-hidden="true">
<span class="visually-hidden">Copy to Clipboard</span>
</button>
</div>

<div class="example-choice">
<pre><code class="language-css">image-rendering: crisp-edges;</code></pre>
<button type="button" class="copy hidden" aria-hidden="true">
Expand Down

0 comments on commit 76e8b59

Please sign in to comment.