idk if theres a better way to do this but heres what i did, check my page for the results :p sorry if it has already been done before
<div class="pincon">
<img src="YOUR IMAGE LINK HERE"/>
<img src="YOUR IMAGE LINK HERE"/>
<img src="YOUR IMAGE LINK HERE"/>
<!-- ...you can add even more images, just copy and paste -->
</div>
<style>
.pincon {
column-count: 4;
column-gap: 5px;
height: 400px;
}
.pincon > img {
width: 100%;
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )