Closed joemcgill closed 9 years ago
Several of our internal function are using 'thumbnail' as the default size parameter. Since the 'thumbnail' size is usually a hard crop and is less likely to result in a srcset, should we switch that default to use the 'medium' size?
srcset
wp_get_attachment_image
wp_get_attachment_image_src
wp_get_attachment_link
Core is already inconsistent, medium makes sense to me.
:+1:
Several of our internal function are using 'thumbnail' as the default size parameter. Since the 'thumbnail' size is usually a hard crop and is less likely to result in a
srcset
, should we switch that default to use the 'medium' size?