考虑这个html:
<div>
<a href="#" title="image"><img src="http://s9.postimg.org/lqikvh05r/black_shirt.jpg" /></a>
<h3>Some text here but if this gets long it will pass the image and not wrap</h3>
</div>
因此,在不提前知道图像大小的情况下,是否有一种 CSS 方法可以将文本包含到与图像一样宽并在它变长时换行?
这是问题的一个小提琴-> http://jsfiddle.net/qRGM5/