increasing dropdown map image size for the default content (our towns)
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 6 Oct 2016 18:45:22 +0000 (14:45 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 6 Oct 2016 18:45:22 +0000 (14:45 -0400)
parts/dropdown-map.php

index 007cd59..13ad142 100644 (file)
@@ -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('<?php echo $community_page_object->post_title; ?>');
-            regionData.find(image_container).css("height","125px").css("width", "125px").css("background", "url('   <?php echo $community_page_image[0]; ?>  ')no-repeat center center").css("background-size", "cover");
+            regionData.find(image_container).css("height","200px").css("width", "150px").css("background", "url('   <?php echo $community_page_image[0]; ?>  ')no-repeat center center").css("background-size", "cover");
             regionData.find(page_content).html(default_content);
         }