fix: shrink reference frame thumbnails
This commit is contained in:
@@ -3225,7 +3225,7 @@ function SourceSubjectPipeline({
|
||||
alt={`参考帧 ${index + 1}`}
|
||||
label={`参考帧 ${String(index + 1).padStart(2, "0")}`}
|
||||
meta={`${frame.timestamp.toFixed(1)}s`}
|
||||
className="aspect-[9/16]"
|
||||
className="mx-auto aspect-[9/16] w-[72px] 2xl:w-[80px]"
|
||||
objectFit="contain"
|
||||
previewObjectFit="contain"
|
||||
previewPlacement="left"
|
||||
@@ -3295,7 +3295,7 @@ function SourceSubjectPipeline({
|
||||
alt={`转换参考 ${index + 1}`}
|
||||
label={`转换参考 ${index + 1}`}
|
||||
meta={`${frame.timestamp.toFixed(1)}s`}
|
||||
className="aspect-[9/16]"
|
||||
className="mx-auto aspect-[9/16] w-[72px] 2xl:w-[80px]"
|
||||
objectFit="contain"
|
||||
disablePreview
|
||||
topLeft={<span className="rounded bg-black/72 px-1 font-mono text-[9px] text-white/70">{String(index + 1).padStart(2, "0")}</span>}
|
||||
|
||||
Reference in New Issue
Block a user