@@ -224,6 +247,8 @@ export const TaggerScene: React.FC
> = ({
video={scene.paths.preview ?? undefined}
isPortrait={isPortrait}
soundActive={false}
+ vttPath={scene.paths.vtt ?? undefined}
+ onScrubberClick={onScrubberClick}
/>
{maybeRenderSpriteIcon()}
diff --git a/ui/v2.5/src/components/Tagger/styles.scss b/ui/v2.5/src/components/Tagger/styles.scss
index 5fcff5baf02..b7fd576bf0d 100644
--- a/ui/v2.5/src/components/Tagger/styles.scss
+++ b/ui/v2.5/src/components/Tagger/styles.scss
@@ -12,22 +12,19 @@
.scene-card-preview {
border-radius: 3px;
+ color: $text-color;
+ height: 100px;
margin-bottom: 0;
- max-height: 100px;
overflow: hidden;
- width: 150px;
-
- &-video {
- background-color: #495b68;
- }
+ width: auto;
}
.sprite-button {
- bottom: 5px;
filter: drop-shadow(1px 1px 1px #222);
padding: 0;
position: absolute;
right: 5px;
+ top: 5px;
}
.sub-content {