0
我有一個div,與圖像。標題的圖像,但沒有設置一個固定寬度的父div
我想要標題坐在圖像下,而不擴大父div的寬度。我不想在父div上設置固定寬度;我希望它擴展到圖像的大小,並且這是文本爲新行打斷的寬度。
<div>
<img src=http://placehold.it/140x140>
<span>this is a caption this is a caption this is a
caption this is a caption
</span>
</div>