[wp-trac] [WordPress Trac] #21130: Custom Header Preview Display Issue
WordPress Trac
wp-trac at lists.automattic.com
Mon Jul 2 23:51:51 UTC 2012
#21130: Custom Header Preview Display Issue
--------------------------+------------------------------
Reporter: JarretC | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: UI | Version: 3.4
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+------------------------------
Changes (by SergeyBiryukov):
* keywords: has-patch reporter-feedback => has-patch
Comment:
Ah, I see now. With the height option not set and the callbacks removed,
we get this:
{{{
<div id="headimg" style="background-image:url();max-
width:1000px;height:0px;">
}}}
In 3.3, with `HEADER_IMAGE_HEIGHT` not set (I guess it was required
though) and the callbacks removed:
{{{
<div id="headimg" style="max-width:1000px;height:HEADER_IMAGE_HEIGHTpx
;background-image:url();">
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21130#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list