Skip to content
Snippets Groups Projects
Commit 4e96c9a5 authored by Brett Bieber's avatar Brett Bieber
Browse files

Remove hard-coded width so the map adjusts to page width when <960px

parent bf2e90f5
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
</script>
<?php
// Default dimensions for map
$width = '960px';
$width = '100%';
$height = '620px';
if (isset($context->options['format'])
&& ($context->options['format'] == 'mobile' || $context->options['format'] == 'partial')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment