*
* @version 1.3.9
* @since 1.0.0
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package basicstore
*/
?>
>
>
width ) {
$header_image_style .= 'max-width:' . $custom_header->width . 'px;';
}
if ( $custom_header->height ) {
$header_image_style .= 'height:' . $custom_header->height . 'px;';
}
?>