Hello !
I’m building an image mosaic, it’s just a div where i put image tags. The problem is that i want to insert a bigger image in the middle of it but it doesn’t work correctly. the css is just
.video_container{width: 388px;height:auto;}
.thumb{padding: 0 5px 3px 0; float:left;}
.thumb2{margin: 0 5px 3px 0px; float:left;
}
thumb is for small images, thumb2 for the bigger image.
Someone knows how to fix this ?