-4

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 Orange
  • 1,527
  • 1
  • 13
  • 43

2 Answers2

1

Try with below Column technique

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

img{width:100%;  margin:10px 0;}
ItzMe_Ezhil
  • 1,026
  • 2
  • 7
  • 20
0

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

Neelam Khan
  • 998
  • 7
  • 24