I am pretty confused with this effect which is pretty Awesome for Image Grid System.What would be the Css code to Achieve this effect
My Try...
.container{
display:flex;
justify-content: center;
align-items: center;
flex-wrap:wrap ;
}
Unfortunately this is not working of dynamically upadated Image Like Above..