From: Marat Date: Mon, 24 Sep 2018 10:20:24 +0000 (+0200) Subject: 256x256 is 4 times larger than 128x128, not 2 times X-Git-Tag: 0.7.2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68ec1715068483f11c8776e6c75470b5a5330bc;p=thirdparty%2Fbulma.git 256x256 is 4 times larger than 128x128, not 2 times --- 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 %}