Bootstrap Image响应无法在Chorme和Cedot浏览器中工作

时间:2017-12-02 08:56:03

标签: css twitter-bootstrap

My Bootstrap 4连接在Mozilla FireFox中正常运行。但不适用于Chrome和Chedot浏览器。我的代码如下。

       <div class="container">
        <div class="row">

       <img src="<?php echo esc_url(get_template_directory_uri());?>/imag     
       /beard-czar-best.JPG" alt="ddd">

      </div>

1 个答案:

答案 0 :(得分:0)

从上面的代码我可以猜到图像的拼写错误可能是图像 ::

<img src="<?php echo esc_url(get_template_directory_uri());?>/image     
       /beard-czar-best.JPG" alt="ddd">