Changes between Initial Version and Version 1 of Ticket #14979, comment 3
- Timestamp:
- 02/06/13 11:53:18 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14979, comment 3
initial v1 9 9 3. Return to Appearance > Background. Now the original image is displayed instead of its thumbnail and the preview pane is very tall (attachment:custom-background.png, bottom). 10 10 11 This is caused by the [http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-customize-setting.php#L437 update()] callback from `WP_Customize_Background_Image_Settings` class which removes the thumbnailtheme mod.11 This is caused by the [http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-customize-setting.php#L437 update()] callback from `WP_Customize_Background_Image_Settings` class which removes `background_image_thumb` theme mod. 12 12 13 13 attachment:14979.diff uses the original image instead of its thumbnail and sets the height of the preview pane properly when a custom background is set. Also adds control over the background size as shown in attachment:14979.png.
