I’m trying to show a Google map in a lightbox when user clicks a button to know our office location.
Now the map gets displayed correctly, AFTER receiving this error message:
“Image cannot be loaded. Make sure the path is correct and image exist.”
The link code is this:
<a class="btn btn-primary btn-lg" href="https://www.google.com/maps/embed?pb=!bla-bla-bla" rel="lightbox" data-lightbox-type="iframe">Location</a>
How can I solve that error?