jekyll-maps icon indicating copy to clipboard operation
jekyll-maps copied to clipboard

Resizing the map // applying colour filters

Open mabalenk opened this issue 7 years ago • 1 comments

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.

mabalenk avatar Jun 01 '18 02:06 mabalenk

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.

ayastreb avatar Jun 01 '18 10:06 ayastreb