tweaks to mobile

This commit is contained in:
talksik
2026-04-29 15:47:27 -07:00
parent 743310e18b
commit 271b0d9892
3 changed files with 28 additions and 10 deletions
@@ -159,7 +159,7 @@ export const MediaParticleView = forwardRef<MediaParticleHandle, MediaParticleVi
playsInline
onEnded={onEnded}
onTimeUpdate={handleTimeUpdate}
className={`h-full w-full ${particle.properties.source === "screen" ? "object-contain bg-black" : "object-cover"}`}
className="h-full w-full object-contain bg-black"
/>
{transcript && (