Set height for map to auto or responsive

Hi!

I have a classic image on the left and map on the right. Is it possible to set the map’s height to auto in such a way that it is same as that of image (irrespective of device)?

Here is the URL - http://st-tropez-old-orchard-beach.com

Hi,

You can try adding a class to your map element

Then add this in Theme Options > CSS

.my-map .x-map-inner {
    padding-bottom: 81%;
}

Hope that helps

That worked, thank you so much!