From: Anthony Talarico Date: Thu, 6 Oct 2016 18:45:22 +0000 (-0400) Subject: increasing dropdown map image size for the default content (our towns) X-Git-Tag: v1.0.0^2~185 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c087f0b37fdea46b9ee2f78160f7f87933f862b4;p=WP-Themes%2Fbaragacounty.git increasing dropdown map image size for the default content (our towns) --- diff --git a/parts/dropdown-map.php b/parts/dropdown-map.php index 007cd59..13ad142 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","125px").css("width", "125px").css("background", "url(' ')no-repeat center center").css("background-size", "cover"); + regionData.find(image_container).css("height","200px").css("width", "150px").css("background", "url(' ')no-repeat center center").css("background-size", "cover"); regionData.find(page_content).html(default_content); }