diff --git a/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx b/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx index d90d6ea385c4dcf6489d0a9e6581a695863589cd..44febe73ae32f1fe0af26df051f08309fb913e55 100644 --- a/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx @@ -306,7 +306,7 @@ class LayoutManagerComponent extends Component { return; } - if ((mediaAreaWidth - presentationWidth) > (mediaAreaHeight - presentationHeight)) { + if (!isMobile && ((mediaAreaWidth - presentationWidth) > (mediaAreaHeight - presentationHeight))) { layoutContextDispatch( { type: 'setWebcamsPlacement',