79706926

Date: 2025-07-19 04:08:24
Score: 1
Natty:
Report link

When using the Google Maps Embed API, setting the iframe height to less than 200px will hide most of the default UI elements.

<iframe
  style={{
    border: 0,
    width: '100%',
    // Using a height under 200px hides Google Maps Embed UI elements
    height: '199px',
  }}
  tabIndex={-1}
  loading="lazy"
  referrerPolicy="no-referrer-when-downgrade"
  src="https://www.google.com/maps/embed/v1/place?key=API_KEY
    &q=Space+Needle,Seattle+WA"
/>
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Martin Moreno