Bootstrap 3 - Aligning column height

后端 未结 1 874
慢半拍i
慢半拍i 2021-01-27 07:39

create a site for educational purposes but I\'m stuck with grid/column height issue.

Here\'s an image of site I\'m trying to replicate: Click me

Here\'s what I\'

1条回答
  •  礼貌的吻别
    2021-01-27 08:46

    Here is a snippet, but I can't realize why are so huge gaps between columns.

    Although look at https://jsfiddle.net/xeen9s7y/ - it works well.

    I've added border: solid 1px red; to images for better visual control.

    img {
        width: 100%;
        height: 100%;
        border: solid 1px red;
    }
    .imgcont {
        height: 25vw;
        padding: 1px;
    }
    .imgcont2 {
        height: 50vw;
        padding: 1px;
    }
    
          
    image
    video
    image
    phuket
    julie

    0 讨论(0)
提交回复
热议问题