Prevent image cropping in popup

Add this code to the Custom CSS field on the Style tab of your Store Locator widget’s settings:

global-styles,
[class*="Popup__PopupContent-sc"] [class*="MediaImage__Container-sc"] img {
object-fit: contain !important;
}