thanks for the plugin, just a quick note, since i was not able to find (my fault?) extensive documentation, I had to guess some allowed values, maybe those can help others. In googlemap some html with escaping is allowed for the infowindow message:
infowindow='come visit \"Old Pub\"<br> best bar in town'
a small suggestion for next version, please allow w and h to be defined not only in pixel but as % too (better allow everything from em to vw). I'm testing that plugin on a responsive site and need to define height in pixel but width in %. I know most (all?) modern browser correct my error if i enter v=100% and plugin converts to html style="width:100%px;... but it's not a great solution, so i have to resort to modifying your plugin, but i guess other users can benefit from such improvement. Even better if all shortcodes work in a responsive layout.
infowindow='come visit \"Old Pub\"<br> best bar in town'
a small suggestion for next version, please allow w and h to be defined not only in pixel but as % too (better allow everything from em to vw). I'm testing that plugin on a responsive site and need to define height in pixel but width in %. I know most (all?) modern browser correct my error if i enter v=100% and plugin converts to html style="width:100%px;... but it's not a great solution, so i have to resort to modifying your plugin, but i guess other users can benefit from such improvement. Even better if all shortcodes work in a responsive layout.