【问题标题】:Fonts is getting blur when google map iframe is loaded加载谷歌地图 iframe 时字体变得模糊
【发布时间】:2016-08-30 20:20:20
【问题描述】:

我注意到我的一个页面中有一些奇怪的东西。 加载谷歌地图后,页面中的字体变得非常模糊。 这页纸: http://aranrd.wpengine.com/contact/ 你可以看到,在加载谷歌地图的那一刻,它的部分内的字体,在灰色区域内,变得模糊。 这是我为联系页面构建的页面模板。

<?php get_header(); ?>

<div class="container">

    <div id="contact-page">

        <h1><?php _e( 'CONTACT', 'aran-rd' ); ?></h1>

        <div id="primary" class="content-area contact-inner">


            <div class="row top-row">

                <div class="col-sm-6">
                    <?php echo do_shortcode('[gravityform id=2 title=false description=false ajax=false]'); ?>
                </div>

                <div class="col-sm-6">

                    <!-- google maps iframe -->
                    <iframe src="https://www.google.com/maps/d/u/1/embed?mid=zWesdBo33x1E.kHaxSgqiUyNY" width="640" height="280"></iframe>

                    <div class="row inner-row">

                        <div class="col-sm-6">

                            <div class="location-details">

                                <?php _e( '43 Haeshel Street,<br/>Caesarea Buisness Park<br/>P.O.B 3067', 'aran-rd'); ?>

                            </div>

                        </div>

                        <div class="col-sm-6">

                            <div class="contact-details">

                                <?php _e( 'Tel: 972-4-623-9000,<br/>Fax: 972-4-627-3260<br/>E-mail: info@aran-rd.com', 'aran-rd'); ?>

                            </div>

                        </div>

                    </div><!--.inner-row-->

                </div>

            </div>


        </div><!--#primary-->

    </div><!--#contact-page-->

</div><!--.container-->

<?php get_footer(); ?>

有人知道怎么回事吗?

【问题讨论】:

    标签: php html wordpress google-maps iframe


    【解决方案1】:

    top-row 中删除 margin-bottom 解决了这个问题,不知道为什么。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-02-26
      • 1970-01-01
      • 2017-07-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-03-22
      • 1970-01-01
      相关资源
      最近更新 更多