You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classic-ui/images.md
+46-9Lines changed: 46 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,34 +254,49 @@ The `ImageScaling` view explicitly checks the permissions of the current user.
254
254
To access image scales, which are normally not accessible to the current user, override the `validate_access` method in `plone.namedfile.scaling.ImageScale`.
255
255
256
256
257
-
## `srcset` configuration
257
+
(classic-ui-images-responsive-image-support)=
258
+
## Responsive image support
258
259
259
-
In `/@@imaging-controlpanel` Plone allows you to define HTML {term}`srcset` attributes.
260
-
A `srcset` can help the browser serve the best fitting image for the current users situation.
260
+
Plone supports the generation of picture tags with `srcset`'s for image optimization.
261
+
Additionally you can define `media queries` for {ref}`classic-ui-images-responsive-image-support-art-direction` and further optimization.
262
+
263
+
The configuration allows to define different picture variants, like `Large`, `Medium`, `Small`.
264
+
Users can choose from them in editors like TinyMCE and Developers can use them in templates.
0 commit comments