Zoom control and streetview not showing on my Google map?

That is definitely a CSS issue that you have with your code. Look for CSS that is applying to all images like:

img {
  max-width: 100%;
}

Leave a Comment