@brookek14 – Sorry for the delays, been a busy few weeks around here.
Can you tell me how you are adding the map to your modal? Is it a shortcode from another plugin, an iframe or a custom implementation using the standard Google Map APIs?
PS. I’m not sure if you have seen the notice. Easy Modal has moved. Popup Maker( or Easy Modal v3 renamed ), has too many new features to describe. There is a simple migration tool included with Popup Maker to import from Easy Modal.
I will be glad to assist in any way I can if you still need it. Thanks
No I did not see that, but I have now transferred all Easy Modals to Popup Maker plugin, and this problem still persists. I have tried both regular iFrame embed and custom responsive code and both show a zoomed out map.
I am also using a plugin called WP FullPage and am wondering if maybe there is some conflicts with the jquery.
Here is the current code I am using:
css:
.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
html:
<div class="responsive-iframe-container"><iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3353.1000852271995!2d-117.12510200000001!3d32.816113!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dbffda5395922f%3A0x1ebcd31d54514e1a!2sDebtWave+Credit+Counseling%2C+Inc.!5e0!3m2!1sen!2sus!4v1418879170726" width="600" height="450" frameborder="0"></iframe></div>
Thanks!