【发布时间】:2015-07-25 23:51:03
【问题描述】:
@partypete25 和其他人可以提供帮助!
感谢:
Left aligned caption for center aligned responsive image
和
https://jsfiddle.net/mk7on98L/19/
它也对我有用!但是,我似乎不能在图像下方有多行文本。我尝试使用 BR 并添加更多文本行,但出现错误。关于每行文本末尾带有 BR 的多行文本有什么建议吗?谢谢!
我正在尝试使用这样的东西:
<div class="container">
<div class="row">
<div class="col-xs-12">
<span class="text-center center-block" style="max-width:100%">
<span data-caption="line 1 of text <br> line 2 of text <br> line 3 of text" class="img-wrapper text-left">
<img class="img-responsive" src="http://placehold.it/350x150">
</span>
</span>
</div>
</div>
</div>
问候,
【问题讨论】:
-
@partypete25 请! =)
标签: html css responsive-design