How to Fix Logo Size Issues in Map Bubbles?
At times, when displaying logos in map bubbles, you might encounter size issues with the logo image files.
You can use the following CSS to make sure that the logo in the map bubble is 'contained' and shows in complete size in the bubble.
#gd_map_canvas_directory_wrapper .bsui .embed-item-cover-xy { object-fit: contain; }
You can add the above custom CSS using the Advanced CSS section in Theme Customizer, or via the Code Snippets plugin.