图像不会显示在所有设备中

时间:2016-06-01 10:38:20

标签: html twitter-bootstrap

其实我在主页上使用的是图片。但它在所有其他设备上都无法正常工作。 这是我的代码

<div class="team-carousel">
                <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 team-type">
                    <a href="<?php echo home_url();?>/about-us"><img src="<?php echo get_template_directory_uri();?>/images/dr_baruch_twersky.jpg" class="img-responsive" alt="doctor-1" id="image-border"/></a>
                    <div class="member-content">
                        <div class="member-name">
                            <h6>Dr. Baruch Twersky</h6>
                            <p>Doctor of Dental Medicine</p>
                        </div>
                    </div>
                </div>
            </div>

0 个答案:

没有答案