mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-08-31 02:41:44 +00:00
Merge a1712be7f2 into 0e558d5916
This commit is contained in:
@@ -913,6 +913,17 @@ ffmpeg -y -i "$VIDEO_PATH" -c:v libx264 -crf 18 -g 30 -keyint_min 30 \
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
|
||||
}
|
||||
|
||||
/* Pip chrome: `.framed` plus a white ring, so a pip reads as a distinct
|
||||
inset against a busy background. The ring is a box-shadow spread rather
|
||||
than a border, so it adds no layout box and the pixel-exact pip targets
|
||||
in the GSAP lookup table stay correct. */
|
||||
.video-wrapper.pip-pill {
|
||||
border-radius: 16px;
|
||||
box-shadow:
|
||||
0 0 0 3px rgba(255, 255, 255, 0.9),
|
||||
0 12px 40px rgba(0, 0, 0, 0.35);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user