256x256 is 4 times larger than 128x128, not 2 times
This commit is contained in:
parent
ed331e9b4e
commit
c68ec17150
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ meta:
|
|||
{% include elements/anchor.html name="Retina images" %}
|
||||
|
||||
<div class="content">
|
||||
<p>Because the image is fixed in size, you can use an image that is <strong>twice as big</strong>. So for example, in a <code>128x128</code> container, you can use a <code>256x256</code> image, but resized to <strong>128x128</strong> pixels.</p>
|
||||
<p>Because the image is fixed in size, you can use an image that is <strong>four times as big</strong>. So for example, in a <code>128x128</code> container, you can use a <code>256x256</code> image, but resized to <strong>128x128</strong> pixels.</p>
|
||||
</div>
|
||||
|
||||
{% include elements/snippet.html content=retina_image %}
|
||||
|
|
Loading…
Add table
Reference in a new issue