Image Reference

At a Glance

Table of Contents

  1. Featured Images
  2. Single “Profile” Images
  3. Category Archive Images

Registered Sizes

Here’s a list of all the registered image sizes:

$image_sizes = array(
  '4k'                   => array( 3840, 2160 ), // hero
  'profile-preview'      => array( 1982, 1115 ), // 991 x 557
  'category-card'        => array( 1392, 783 ), // 696 x 392
  'category-archive'     => array( 2000, 1126 ), // 1000 x 563
  'profile-preview-card' => array( 1008, 568 ), // 504 x 284
  'story-portrait'       => array( 1392, 2088 ), // 696 x 1044
  'story-landscape'      => array( 1392, 928 ), // 696 x 464
);

A profile’s featured image will get used in up to 4 places! Because of how WordPress (and browsers) handle image sizes, images should be given at 4k size (3840 x 2160) and will be cropped based on where they appear.

Category & Search Results Page

Hero (home page, single page)

Seen on the home page and the profile page

Current Feature (Desktop)

Seen on the home page

Profile Preview

Seen on home page

Profile Images

Full Width images should be given at 4k (3840px x 2160px) size
Portrait images (“story-portrait”) should be given at 1392px x 2088px
Landscape images (“story-landscape”) should be given at 1392px x 928px

Category Archive Images

Category archive images (e.g. /artists) should be given at 2000px x 1126px

See something inaccurate?