Skip to content

Instantly share code, notes, and snippets.

@anythinggraphic
Last active May 8, 2019 16:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anythinggraphic/d90a9156f21c48bc1c010d0b9d79eaf5 to your computer and use it in GitHub Desktop.
Save anythinggraphic/d90a9156f21c48bc1c010d0b9d79eaf5 to your computer and use it in GitHub Desktop.
Override Header Image (Appearance > Customize) with an retina version
<?php
/* @link https://anythinggraphic.net/header-image-logo-in-genesis-and-wordpress-with-a-retina-2x-version/
/* Override Header Image (Appearance > Customize) with an @2x version
----------------------------------------------------------------------------------------*/
add_theme_support( 'custom-header', array(
'header_image' => '',
'header-selector' => '.site-title a',
'header-text' => false,
'height' => 188,
'width' => 526,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment