-3

I am working on a project and the user asked if they could have something like this.

enter image description here

Grid lines are there as a guide.

I understand I could use columns but the item that's tripped me up is the longer image.

Is there a way to have a row that spans many rows?

Or is it best to have columns within columns and then seperate out each element?

Jesse Luke Orange
  • 1,949
  • 3
  • 29
  • 71

2 Answers2

1

Try with below Column technique

Demo: https://jsfiddle.net/uurzr45k/3/

img{width:100%;  margin:10px 0;}
ItzMe_Ezhil
  • 1,276
  • 2
  • 11
  • 22
0

The Masonry Plugin can help you achieve this layout > Check it out

Neelam Khan
  • 1,078
  • 8
  • 24