Grid - vertical constraints on cells?

The grid functionality is so great. I’m trying to put photos into cells such that the photo is resized so it fits completely into the cell. This happens in the horizontal direction, but how can I get it to also constrain vertically?

In the attached screen shot, the horizontal picture shrinks so its X dimension fits the cell, but the vertical one (the FR logo) does not shrink to fit the cell - how can I get it to do that please?

Hi Frank,

Thank you for writing in, you couple of option to resolve that, first is to set your image as the Cell background-image, that way it will not overflow on the cell, or apply an overflow: hidden; CSS property to that Cell.

You can add it to the Cell’s Element CSS area.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.