diff --git a/python/tasks/tiktok/utils.py b/python/tasks/tiktok/utils.py
index 3597fa4..d237efd 100644
--- a/python/tasks/tiktok/utils.py
+++ b/python/tasks/tiktok/utils.py
@@ -279,6 +279,7 @@ def grid_of_videos(paths: Iterable[str]) -> Any:
         with out:
             display.display(display.Video(
                 url='/files/%s' % path,
+                height=200,
                 #embed=True
             ))