diff --git a/app/library/Utils.py b/app/library/Utils.py
index 12ca271a..210d2ad4 100644
--- a/app/library/Utils.py
+++ b/app/library/Utils.py
@@ -540,7 +540,7 @@ def get_file_sidecar(file: pathlib.Path) -> list[dict]:
@lru_cache(maxsize=512)
-def get_possible_images(dir: str) -> list[str]:
+def get_possible_images(dir: str) -> list[dict]:
images = []
path_loc = pathlib.Path(dir, "test.jpg")
diff --git a/ui/assets/css/style.css b/ui/assets/css/style.css
index 264f0995..0867fd4b 100644
--- a/ui/assets/css/style.css
+++ b/ui/assets/css/style.css
@@ -281,3 +281,8 @@ hr {
background-repeat: no-repeat;
background-blend-mode: darken;
}
+
+.is-unbounded-model {
+ max-height: unset !important;
+ width: unset !important;
+}
diff --git a/ui/components/EmbedPlayer.vue b/ui/components/EmbedPlayer.vue
index 0b692a4e..ce22b216 100644
--- a/ui/components/EmbedPlayer.vue
+++ b/ui/components/EmbedPlayer.vue
@@ -1,9 +1,16 @@
+
Not downloaded yet.
-