256x256 is 4 times larger than 128x128, not 2 times

This commit is contained in:
Marat 2018-09-24 12:20:24 +02:00 committed by Jeremy Thomas
parent ed331e9b4e
commit c68ec17150

View file

@ -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 %}