Fix hero video: use full 1920x1080, center via object-position
Previous crop distorted aspect ratio. Now uses original 16:9 video with object-position: 35% 40% to center the light sculpture in the hero viewport. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fa44274f29
commit
0be3ca58d5
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 139 KiB |
|
|
@ -115,7 +115,7 @@
|
|||
min-height: 100%;
|
||||
transform: translate(-50%, -50%);
|
||||
object-fit: cover;
|
||||
object-position: center center;
|
||||
object-position: 35% 40%;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue