I have many cards of the same size but the inside is not the same size as the image, title and content like this
I want you to be like this
of course not in fix width for example can be the title in 2 line and the content in 1 line and the inverst correct can the content in 2 line and the title 1 line and I use for the title
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
I need when the anything return to line auto the cards in the same line be the same height of title and the content
what i tolking about when the page be bigger or smaller will responsive
I need everything will the same height in different size of screen