diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css index 770280e6cc32..90ea3d696a98 100644 --- a/packages/console/app/src/routes/index.css +++ b/packages/console/app/src/routes/index.css @@ -668,6 +668,8 @@ body { max-width: none; max-height: none; display: block; + aspect-ratio: 16 / 9; + object-fit: cover; } }