From: Anthony Talarico Date: Thu, 6 Oct 2016 18:46:29 +0000 (-0400) Subject: fixing syntax error for the dropdown map default content image dimensions X-Git-Tag: v1.0.0^2~184 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d372b31ebe09edc657c66c4875cf80043beeab26;p=WP-Themes%2Fbaragacounty.git fixing syntax error for the dropdown map default content image dimensions --- diff --git a/parts/dropdown-map.php b/parts/dropdown-map.php index 13ad142..d141504 100644 --- a/parts/dropdown-map.php +++ b/parts/dropdown-map.php @@ -111,7 +111,7 @@ foreach ($nav_posts as $p){ // set the default data next to the dropdown community map function set_default_data(){ regionData.find(page_title).html('post_title; ?>'); - regionData.find(image_container).css("height","200px").css("width", "150px").css("background", "url(' ')no-repeat center center").css("background-size", "cover"); + regionData.find(image_container).css("height","150px").css("width", "200px").css("background", "url(' ')no-repeat center center").css("background-size", "cover"); regionData.find(page_content).html(default_content); }