Bootstrap放置响应式图像

时间:2014-02-23 04:41:44

标签: image twitter-bootstrap

嗨我现在第一次尝试bootstrap,我似乎无法将图像放在bootstrap base 64中,任何人都可以帮助我,通常我会使用

<img src=''> 

这是我在html5中常用的代码,我知道在哪里放置url或图像路径 图像所在的位置和图像的类型

现在我试图使用bootstrap来设置此代码,我不知道如何使用或制作响应式图像

  <img data-src="holder.js/200x200" src="data:image/png;base64," class="img-thumbnail" alt="">

我也试过这个网站http://getbootstrap.com/2.3.2/components.html#thumbnails,但我甚至不知道如何使用它,我不知道在哪里放图像路径任何人都可以帮助我在引导程序中的那种菜鸟,谢谢!真的很感激任何帮助

1 个答案:

答案 0 :(得分:0)

抱歉,伙计们,我已经看到了一些答案,并且也感谢您的尝试!

  </div>
  <div class="thumbnail">
  <img src="image/untitled.png" alt="">
  </div>