From 175a255692a231581a9b6efb14763345da332ff0 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Fri, 12 Jan 2024 15:57:41 +0100 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 50a2d3c..334ca35 100644 --- a/README.rst +++ b/README.rst @@ -117,7 +117,7 @@ This configuration will generate a CSS class prefixed with ``align-``. For examp These alignment options are consistent with `Bootstrap's image alignment styles `_, however, **you have to provide your own CSS styles for the alignment options**, be it through Bootstrap or otherwise. -You can enable responsive images technique by setting``DJANGOCMS_PICTURE_RESPONSIVE_IMAGES`` to ``True``. +You can enable responsive images technique by setting ``DJANGOCMS_PICTURE_RESPONSIVE_IMAGES`` to ``True``. In this case uploaded images will create thumbnails of different sizes according to ``DJANGOCMS_PICTURE_RESPONSIVE_IMAGES_VIEWPORT_BREAKPOINTS`` (which defaults to ``[576, 768, 992]``) and browser will be responsible for choosing the best image to display (based upon the screen viewport).