We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc3c04 commit de4c763Copy full SHA for de4c763
plone/namedfile/usage.rst
@@ -472,8 +472,9 @@ So one can do the following:
472
tal:replace="structure python:images.srcset(sizes='90vw')" />
473
474
475
-This will render the `img` with the urls of all scales configured in Plone, calculating the width
476
-of each of the scales and will add the `sizes="90vw"` attribute which instructs the browser to "render
+This will render the ``img`` with the URLs of all scales configured in Plone, calculating the width
+of each of the scales and will add the ``sizes="90vw"`` attribute.
477
+The ``sizes`` attribute instructs the browser to render
478
the image that best fits as it will take the 90% of the current viewport-width" whichever is the current
479
viewport.
480
0 commit comments