aullman/opentok-layout-js

scaleLastRow: false still scales the last row

Closed this issue · 1 comments

When I set scaleLastRow to false, the last row of videos are still scaled up. Here are my settings:

{
      minRatio: 2 / 3,
      maxRatio: 2 / 3,
      fixedRatio: false,
      scaleLastRow: false,
      bigFirst: false,
      bigFixedRatio: true,
      bigAlignItems: 'top',
}

See attached image for reference to issue.
lastRowStillScaled

Is there any other info I can/need to supply?

Sorry for the late response, is this still happening to you? We have a test for this case so not sure why it's happening to you.