Changes between Version 1 and Version 5 of Ticket #45985
- Timestamp:
- 12/21/2022 05:52:53 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45985 – Description
v1 v5 26 26 https://github.com/WordPress/WordPress/blob/master/wp-content/themes/twentyseventeen/functions.php#L491-L517 27 27 28 At the time of writing, this issue is blocked by Gutenberg: We can currently issue a custom `sizes` attribute for non-aligned images like the example above, but it is not currently possible to have the theme customize the `sizes` attri tbute for full/wide images. See the following GitHub issues for reference:28 At the time of writing, this issue is blocked by Gutenberg: We can currently issue a custom `sizes` attribute for non-aligned images like the example above, but it is not currently possible to have the theme customize the `sizes` attribute for full/wide images. See the following GitHub issues for reference: 29 29 30 30 https://github.com/WordPress/gutenberg/issues/6131 … … 42 42 https://github.com/WordPress/twentynineteen/pull/701 43 43 44 https://core.trac.wordpress.org/attachment/ticket/45985/45985-regular-images.patch 44 [attachment:"45985-regular-images.patch"] 45 45 46 **Adding custom `sizes` attributes, including `wide` and `full` variants** (This is dependent on Gutenberg #11973being merged):46 **Adding custom `sizes` attributes, including `wide` and `full` variants** (This is dependent on [https://github.com/WordPress/gutenberg/pull/11973 Gutenberg #11973] being merged): 47 47 48 48 https://github.com/WordPress/twentynineteen/pull/629 49 49 50 https://core.trac.wordpress.org/attachment/ticket/45985/45985-all-images.patch 50 [attachment:"45985-all-images.patch"]