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
If you create a tiler with parameters where toCount is greater than colCount and rowCount:
{// draw area params for tiler"fromCount": 30,"toCount": 40,"colCount": 7,"rowCount": 5,"margin": 4,"forceAspectRatio": 1.7777777777777777}
In this case, the overflow check will not work and tiler compose() will return a grid with video slots not included in the area, instead of cutting off extra videos:
If you create a tiler with parameters where toCount is greater than colCount and rowCount:
In this case, the overflow check will not work and tiler
compose()
will return a grid with video slots not included in the area, instead of cutting off extra videos:for example 39-s video element, where top + height > area size. Screenshot of what it looks:
I am attaching logs with what was sent and returned from tiler
compose()
compose_log_input.log
compose_log_output.log
The text was updated successfully, but these errors were encountered: