diff --git a/src/widgets/video/VideoStreamTile.tsx b/src/widgets/video/VideoStreamTile.tsx index a3bbfc7c1..47331ba84 100644 --- a/src/widgets/video/VideoStreamTile.tsx +++ b/src/widgets/video/VideoStreamTile.tsx @@ -30,8 +30,8 @@ const definition = defineWidget({ }, }, gridstack: { - minWidth: 3, - minHeight: 2, + minWidth: 1, + minHeight: 1, maxWidth: 12, maxHeight: 12, },