File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -326,25 +326,29 @@ Picture tags
326326
327327```` {card}
328328```{image} /_static/images-test/picture-tags.png
329- :alt: Images picture tags
329+ :alt: Picture tags
330330:target: /_static/images-test/picture-tags.png
331331```
332332+++
333- _Images picture tags_
333+ _Picture tags_
334334````
335335
336336` img ` with ` srcset ` attributes
337337: Shows how to use Plone’s ` @@images ` view to generate a full responsive ` <img> ` tag with a complete ` srcset ` .
338338 The browser automatically selects the most appropriate scale based on the available space and device pixel ratio.
339339 The example includes the required ` sizes ` attribute and demonstrates the resulting HTML output.
340+
341+ ```{seealso}
342+ {ref}` classic-ui-images-responsive-image-support `
343+ ```
340344
341345```` {card}
342346```{image} /_static/images-test/image-srcset.png
343- :alt: Images srcset attributes
347+ :alt: img with srcset attributes
344348:target: /_static/images-test/image-srcset.png
345349```
346350+++
347- _Images srcset attributes_
351+ _img with srcset attributes_
348352````
349353
350354``` {seealso}
You can’t perform that action at this time.
0 commit comments