if (has_post_thumbnail()) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
- echo ' style="background: url('.$image_data[0].') no-repeat;min-height: 200px;';
+ echo ' style="background: url('.$image_data[0].');min-height: 200px;max-height: 200px; ">';
} else {
- echo ' style="background: url('.get_template_directory_uri().'/assets/default-header.png);min-height:200px;';
+ echo ' style="background: url('.get_template_directory_uri().'/assets/default-header.jpg);min-height:200px;max-height: 200px; ">';
}
- echo 'max-height: 400px; ">';
echo '</header>';
echo '<div class="row">';
echo '<div class="small-12 columns">';
<title>Emmet County Recycling</title>
<title><?php wp_title(); ?></title>
<?php wp_head();?>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css" />
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.1" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
</head>