Home › Forums › General Issues › Google Map Field front-end zoom UI broken › Reply To: Google Map Field front-end zoom UI broken
This is generally caused by responsive designs setting max width 100% on all images.
Try this on whatever the wrapper div is that holds the map:
.map-wrapper img{
max-width:none !important;
}
That will make sure that map images (and only map images) aren’t distorted.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.