Google嵌入式地图具有强制使用的样式属性

时间:2018-08-09 16:51:52

标签: wordpress google-maps iframe

我有一个页面,我所需要的只是一张简单的全角嵌入式Google地图。当我将地图的自定义尺寸设置为1980px x 240px并将iframe放置在页面上时,默认情况下,地图的宽度为1200px。

当我打开Chrome DevTools窗口并在其中找到iframe时,有一种样式强制应用于iframe,而不是我从Google地图粘贴的原始iframe中的样式。

该网站基于Wordpress构建。链接:https://zubar-litomerice.cz/

原始iframe:

<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12061.22772549553!2d14.12158474671251!3d50.54234042444077!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47097f6dc0e9276d%3A0xa7e584e5a1a520cc!2sHavlov%C3%A1+Hana+MUDr.!5e0!3m2!1sen!2scz!4v1533828352977" width="1980" height="240" frameborder="0" style="border:0" allowfullscreen></iframe>

强制样式:

<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12061.22772549553!2d14.12158474671251!3d50.54234042444077!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47097f6dc0e9276d%3A0xa7e584e5a1a520cc!2sHavlov%C3%A1+Hana+MUDr.!5e0!3m2!1sen!2scz!4v1533828352977" width="1980" height="240" frameborder="0" style="border: 0px; width: 1200px; height: 145px;" allowfullscreen=""></iframe>

我在问之前已经搜索了答案,但找不到任何东西,但是也许您可以帮助我找到我想要的答案。

0 个答案:

没有答案