Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37840, comment 38


Ignore:
Timestamp:
11/25/2018 08:08:30 PM (6 years ago)
Author:
jb510
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37840, comment 38

    initial v1  
    33I 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).
    44
    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. 
     5However, 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.