# Map Size

### Height & Units

Select a numeric value and a unit.

### Width & Units

Select a numeric value and a unit.

### Add Mobile Breakpoints <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

In [Mapster Pro](https://wpmaps.mapster.me/pro/), set up to two breakpoints for resizing the map to specific widths and heights in different screen sizes.

First set the **Breakpoint pixel width**, then the adjusted height and width of the map.

### Full Page

Make your map take the full width and height of the user screen size. It will still be constrained by any container the map is placed in on the page.

### Ignore Container

The map will sit outside of any container and take up a full height and width on the page, making it a truly full screen map.

### Map Only

Remove all other HTML from the page so it's only the map visible.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wpmaps-docs.mapster.me/maps/map-size.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
