Код:
<div class="container">
<img src="https://dummyimage.com/300x200/000/fff" />
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been.</p>
</div>
<style>
.container {
display: inline-block;
}
.container p {
width: 0;
min-width: 100%;
}
</style>
Демо.
Это работает не только для текст+изображение, но и для любых других сочетаний элементов.
Подсмотрено здесь.
Добавить комментарий