[wp-trac] [WordPress Trac] #18297: Cropping in step 2 in Custom_Image_Header
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 29 20:39:00 UTC 2011
#18297: Cropping in step 2 in Custom_Image_Header
--------------------------+------------------------------
Reporter: wpsmith | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by wpsmith):
And then in step_1():
Replace
{{{
<div id="headimg" style="max-width:<?php echo HEADER_IMAGE_WIDTH;
?>px;height:<?php echo HEADER_IMAGE_HEIGHT; ?>px;background-
image:url(<?php esc_url ( header_image() ) ?>);">
}}}
with
{{{
<div id="headimg" style="max-width:<?php echo HEADER_IMAGE_WIDTH;
?>px;height:<?php echo HEADER_IMAGE_HEIGHT; ?>px;background:url(<?php
esc_url ( header_image() ) ?>) top left no-repeat;">
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18297#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list