JSFiddle - React, Tailwind, and code Playground
by shapeshifta
HTML
<script src="http://fancybox.net/js/fancybox-1.3.4/jquery.fancybox-1.3.4.js"></script>
<link rel="stylesheet" href="http://fancybox.net/js/fancybox-1.3.4/jquery.fancybox-1.3.4.css">
<a class="fancybox" href="https://maps.google.de/maps?f=q&source=s_q&hl=de&geocode=&q=leipzig&aq=&sll=51.341782,12.393635&sspn=0.326414,1.056747&ie=UTF8&hq=&hnear=Leipzig,+Sachsen&ll=51.341765,12.393951&spn=0.326429,1.056747&t=m&z=11&output=embed">open map</a>
JavaScript
$(".fancybox").fancybox({
type: 'iframe',
'width': '90%',
'height': '90%'
});