Last modified by Anna Paul-Hasenfuss on 19.06.2025

From version 14.2
edited by Anna Paul-Hasenfuss
on 19.06.2025
Change comment: There is no comment for this version
To version 14.3
edited by Anna Paul-Hasenfuss
on 19.06.2025
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -317,7 +317,7 @@
317 317  
318 318  For images to be displayed in full on small-screen devices and without users having to scroll horizontally, the maximum width in HTML should be limited to 100%. This ensures that the image is only displayed in the selected size until it is wider than the available space on the screen.
319 319  
320 -Use max-width to set a maximum width for images.
320 +HTML code for max-width
321 321  
322 322  {{code language="html"}}
323 323   <img src="..." style="max-width: 100%" />