You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: