Meet the Editor
Hi, I'm Elsa
Elsa Claire is the founder and editor of ElsaClaire.com, where she writes about hairstyles, hair care, and the everyday routines that help real people feel good about their hair.

add_action('after_setup_theme', function () { // Real server-side 2:3 crops so the browser downloads a small file, // not a full-res image squeezed into a 2:3 box with CSS. add_image_size('ec_hero_23', 840, 1260, true); // hero / featured image add_image_size('ec_card_23', 500, 750, true); // related posts / cards add_image_size('ec_thumb_23', 320, 480, true); // small thumbs }); add_filter('image_size_names_choose', function ($sizes) { return array_merge($sizes, [ 'ec_hero_23' => 'EC Hero (2:3)', 'ec_card_23' => 'EC Card (2:3)', 'ec_thumb_23' => 'EC Thumb (2:3)', ]); });