diff --git a/pkg/interface/src/views/components/RemoteContent.tsx b/pkg/interface/src/views/components/RemoteContent.tsx index 08986a29c..417f0cbad 100644 --- a/pkg/interface/src/views/components/RemoteContent.tsx +++ b/pkg/interface/src/views/components/RemoteContent.tsx @@ -135,7 +135,7 @@ return; return ( { textOnly && ()} @@ -218,6 +218,8 @@ return; style={style} onLoad={onLoad} objectFit="contain" + height="100%" + width="100%" {...audioProps} {...props} /> @@ -237,6 +239,8 @@ return; style={style} onLoad={onLoad} objectFit="contain" + height="100%" + width="100%" {...videoProps} {...props} />