I have been attempting to make this work for a few days now, but with no success.
This is specifically designed for a larger monitor (2560x1080), so responsiveness on smaller viewports is not a priority.
My goal is as follows:
- Fit the container to the full screen edge to edge.
- Create a grid similar to the one shown in the attached image.
- Display images in the grid cells that utilize exactly 100% of the available space, resizing with aspect ratio and stretching as needed based on the % values of the underlying cell/div.
Unfortunately, every attempt so far has been unsuccessful. Most recently, I have been using Bootstrap 4 with additional CSS as shown below:
https://codepen.io/jpub/pen/qBNbGOV
#mmenu_screen > .row {
min-height: 100vh;
}
.flex-fill {
flex:1 1 auto;
}
Any advice or tips would be greatly appreciated.
The desired outcome should resemble the following.......