Changes between Initial Version and Version 1 of Ticket #43524, comment 25
- Timestamp:
- 08/19/2019 07:44:33 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43524, comment 25
initial v1 7 7 In that terms thinking it may need two new sizes: one that is 2x "large", 2048px max-width or max-height, and another that is 2x "medium-large", 1536px max-width or max-height. Or perhaps it makes sense to do 1600 and 2000? Thinking best to defer to @joemcgill here as he has a lot more experience :) 8 8 9 In any case the new sizes should not be "user settable" from the UI just like the "medium-large" size. They should be "changeable" only from themes and plugins (although best to not change them, they will be needed for better support for the srcset attribute).9 In any case the new sizes should not be "user settable" from the UI just like the "medium-large" size. Only themes and plugins should be able to change or disable them (although best to not do that, they will be needed for better support for the srcset attribute). 10 10 11 11 I'm actually thinking we should remove the image size UI completely and replace it with "Add a custom image size (but only if you really know what you're doing)" in new WP installs. But lets take it one step at a time.