I wonder if anyhow know a solution to my headache, i want the third image to be under the first. But as the second image height is larger than the first it creates empty space.
Code:
Every image code block looks the same
column_1_5_of_3 {
width: 100%;
}
col_nomargin {
display: inline-block;
position: relative;
float: left;
margin: 0% 0% 0.25% 0.25%;
overflow: hidden;
}
portimg {
width: 100%;
height: auto;
margin: 0% 0 0% 0%;
transition: .5s ease;
display: block;
}
column_1_5_of_3 {
width: 100%;
}
col_nomargin {
display: inline-block;
position: relative;
float: left;
margin: 0% 0% 0.25% 0.25%;
overflow: hidden;
}
portimg {
width: 100%;
height: auto;
margin: 0% 0 0% 0%;
transition: .5s ease;
display: block;
}
<div class="col_nomargin column_1_of_3">
<img class="portimg" src="" alt="">
If there is something i have missed or any questions. Please do tell
Thank you for all the help