Changes between Initial Version and Version 2 of Ticket #45407
- Timestamp:
- 11/24/2018 07:52:48 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45407 – Description
initial v2 10 10 == Problem 11 11 For images with no alignment or images where the image block is aligned `alignwide` and `alignfull`, the `sizes` attribute reads: 12 ```php 12 13 {{{ 13 14 sizes="(max-width: 1024px) 100vw, 1024px" 14 ``` 15 }}} 16 15 17 This means regardless of the displayed width of an image, the largest image file pulled by the browser is the generated 1024px image. If the displayed image width is wider than 1024px, the browser will stretch the image to compensate causing blur and artifacts. 16 18