jekyll-maps
jekyll-maps copied to clipboard
Resizing the map // applying colour filters
Thank you very much for a wonderful Google maps plugin! I would like to ask a few questions:
a) Is it possible to resize the map shown on the page? I didn't find this option in the examples. I would like to make a square map, instead of a standard rectangle.
b) I would like to apply a black-and-white colour filter onto the map, i.e. show a greyscale version of the map.
hi!
a) yes, you can set width and height attributes like this - {% google_map width="100%" height="400" %} you can also set CSS class that will be applied to map container - {% google_map class="my-map" %}
b) at the moment there are no filters, maybe you can do it with CSS, but I haven't tried.