justified-layout icon indicating copy to clipboard operation
justified-layout copied to clipboard

Aspect ratio of full width box not calculated properly

Open maadr opened this issue 7 years ago • 0 comments

I have an issue with full width boxes that pass the fullWidthBreakoutRowCadence condition. In my case I have all boxes with same aspect ratio (1.5), everything works fine until the container gets ~1080px wide, then when it gets wider full width boxes start to lose their aspect ratio and a content in them overlaps.

I guess I'm looking for option to set forceAspectRatio: true only to full width boxes, but afaik that's currently not possible, or am I missing something?

Here is the codepen with the issue reproduced: https://codepen.io/anon/pen/YdprBN

maadr avatar Dec 19 '18 09:12 maadr