- I’m able to achieve horizontal alignment when setting up a grid within section with outer columns/rows given a viewport height/width. Depending on the size of the image it varies.
For instance:
- When height of image is let auto where width is 100% I get height alignment with container while resizing viewport
- When adjusting section to required height and having 100% width & height on image (basically stretched), i do achieve vertical alignment.
I tried setting something in between those values but there’s no sweet spot obviously since this is meant to be responsive. Giving the image a fixed pixel height does not work either.

