Changes between Initial Version and Version 1 of Ticket #37840, comment 38
- Timestamp:
- 11/25/2018 08:08:30 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37840, comment 38
initial v1 3 3 I followed this on GH and also think this is critically important. I think that the path being pursued is the right one (correct srcset support within GB/Themes). 4 4 5 However, I too have always wished that the 'full' image size was a compressed version of the original, not the original itself. Too often the 'original' is poorly optimized and should never be loaded on the front end. 5 However, I too have always wished that the 'full' image size was a compressed version of the original, not the original itself. Too often the 'original' is poorly optimized and should never be loaded on the front end. This would at minimum prevent the Gutenberg image problem of loading massive uncompressed images. At least until a proper srcset solutions comes in.