1
I have a problem in my Grid with line breaking, the images come from a database and are of different heights, some horizontal and other vertical.
I’m wearing the bootstrap.
I have that code
<div class="row">
<div class="col-sm-4 borda_cat">
<a href="produtos/<?php echo $row_categoria2["url"] ?>/<?php echo $row_subcategoria2["url"] ?>/<?php echo $row_produtos["url"] ?>" class="hvr-bubble-top"><img src="uploads/<?php echo $row_fotos_produtos["nome"]?>" class="img-responsive"></a>
</div>
</div>
on the website the images look like this
How would you align the columns being that the heights are different?
the images cannot be cropped, because the sizes are forward, would not have to do with css, jquery or bootstrap?
– Wagner Martins Bodyboard
Another solution would be to standardize the size of the images, on the web there is no "magic", or you standardize before you put there, or you standardize there, you have to see what will give you less work and what best suits you. You can even join this with a lightbox to see the original image...
– KaduAmaral