Skip to content

Instantly share code, notes, and snippets.

@beastaugh
Created March 26, 2009 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beastaugh/86016 to your computer and use it in GitHub Desktop.
Save beastaugh/86016 to your computer and use it in GitHub Desktop.
Plugin to change your WordPress theme's custom header size
<?php
/*
Plugin Name: Custom Header Resize
Plugin URI: http://tarskitheme.com/
Description: Change your theme's custom header size.
Author: Benedict Eastaugh
Version: 1.0
Author URI: http://extralogical.net/
*/
// Change these values to meet your requirements
define('HEADER_IMAGE_WIDTH', 900);
define('HEADER_IMAGE_HEIGHT', 200);
?>
@Maine0625
Copy link

Hi, would like to ask is it possible to change the mobile view size?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment