// 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","200px").css("width", "150px").css("background", "url(' <?php echo $community_page_image[0]; ?> ')no-repeat center center").css("background-size", "cover");
+ regionData.find(image_container).css("height","150px").css("width", "200px").css("background", "url(' <?php echo $community_page_image[0]; ?> ')no-repeat center center").css("background-size", "cover");
regionData.find(page_content).html(default_content);
}