Hi,
I created a mockup of what i’m trying to do with my layout on my homepage - http://staging.dwanedigital.co.uk/ and it involves full width + height images within a column
See the layout for the section below
However in practice I can’t get the image to go full height. I’ve turned off the internal containers, removed the padding from the row and i’ve added
$el {
min-width: 100% !important;
min-height: 100% !important;
}
to the image CSS but it just doesn’t want to go full height. I feel like i’m missing something really really simple but I can’t see it.
Thanks