Skip to content

Commit 9521451

Browse files
authored
Apply suggestions from code review that @acsr resolved without comment
1 parent 6154a19 commit 9521451

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/classic-ui/images.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)