Would it be possible to allow for a percentage to be added to the width field?

I think it would be a common use case for the map to appear as 100% width, and this should be the default. If possible we should allow for percentage based widths as well as no explicitly specified width at all, allowing the enclosing DIV to fill the space.

For now I've added an !important to my CSS to achieve this, but that is messy :)

Comments

darksnow created an issue. See original summary.

Road Kill’s picture

This should be default with all the different size devices around, but I still can’t understand why google is still serving up everything in pixels.

scot.hubbard’s picture

Status: Active » Closed (won't fix)

It is possible to override the width of the map from your theme's CSS using:

wysiwyg-map {
  width: 100% !important;
}