Changeset 5155
- Timestamp:
- 09/18/2011 02:24:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r5154 r5155 92 92 // Add a filter to bp_dtheme_header_image_width and bp_dtheme_header_image_height to change these values. 93 93 define( 'HEADER_IMAGE_WIDTH', apply_filters( 'bp_dtheme_header_image_width', 1250 ) ); 94 define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'bp_dtheme_header_image_height', 1 25) );95 96 // We'll be using post thumbnails for custom header images on posts and pages. We want them to be 1250 pixels wide by 1 25pixels tall.94 define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'bp_dtheme_header_image_height', 133 ) ); 95 96 // We'll be using post thumbnails for custom header images on posts and pages. We want them to be 1250 pixels wide by 133 pixels tall. 97 97 // Larger images will be auto-cropped to fit, smaller ones will be ignored. 98 98 set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true ); … … 228 228 -webkit-border-bottom-right-radius: 6px; 229 229 margin-bottom: 20px; 230 height: 1 25px;230 height: 133px; 231 231 } 232 232
Note: See TracChangeset
for help on using the changeset viewer.