我想在Photoswipe中添加一个谷歌地图的链接,但是 该链接不起作用。
<div class='Image_Wrapper'>
<a href='photo/1.jpg' data-size='786x772' data-med='photo/1.jpg' data-med-size='393x386' data-author='wer' class='galleryitem'>
<img src='photo/1.jpg' alt='xxx img: 1.jpg' />
<figcaption class="img-title">
<figure>
<h5>xxxx</h5>
</figure>
</figcaption>
</a>
<div style="background-color:gold;position:relative;width:100%;height:10%;top:0;z-index:1000;"><a href="http://maps.google.com/?q=47.4074777777778,8.57738888888889&z=3" target="blank">map</a></div>
</div>