From c68ec1715068483f11c8776e6c75470b5a5330bc Mon Sep 17 00:00:00 2001 From: Marat Date: Mon, 24 Sep 2018 12:20:24 +0200 Subject: [PATCH] 256x256 is 4 times larger than 128x128, not 2 times --- docs/documentation/elements/image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/elements/image.html b/docs/documentation/elements/image.html index ba59c2e3c..66e83c290 100644 --- a/docs/documentation/elements/image.html +++ b/docs/documentation/elements/image.html @@ -75,7 +75,7 @@ meta: {% include elements/anchor.html name="Retina images" %}
-

Because the image is fixed in size, you can use an image that is twice as big. So for example, in a 128x128 container, you can use a 256x256 image, but resized to 128x128 pixels.

+

Because the image is fixed in size, you can use an image that is four times as big. So for example, in a 128x128 container, you can use a 256x256 image, but resized to 128x128 pixels.

{% include elements/snippet.html content=retina_image %} -- 2.47.3