我需要这个svg iframe代码来响应

时间:2019-07-19 16:31:44

标签: css svg iframe

<div class="textwidget custom-html-widget">
<iframe width="90%" height="800px" frameborder="0" align="middle" scrolling="no" src="USAmap.svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:amcharts="http://amcharts.com/ammap" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
    <defs>
        <style type="text/css">
            ...

        </style>
    </defs>
    <g>
        ...

    </g>
</svg></iframe>

我需要此html代码来响应。地图无法在移动设备上运行

0 个答案:

没有答案