mirror of
https://github.com/safing/web
synced 2025-04-24 12:59:09 +00:00
Update spn video styling
This commit is contained in:
parent
e7fe795fa8
commit
c42b2c2f31
1 changed files with 5 additions and 2 deletions
|
@ -100,13 +100,16 @@ layout: page
|
|||
<p class="showcase-two-top-desc">
|
||||
Watch a short video showing how you easily get multiple identities per app, by default.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="showcase-two-bottom" style="max-width: 850px;">
|
||||
<div class="card">
|
||||
|
||||
<div class="card" style="background-color: transparent;">
|
||||
<div class="overflow-hidden">
|
||||
<video preload="auto" src="https://assets.safing.io/spn/feature-tour.mp4" poster="https://assets.safing.io/spn/feature-tour-poster.png" controls="">
|
||||
<video preload="auto" src="https://assets.safing.io/spn/feature-tour.mp4" poster="https://assets.safing.io/spn/feature-tour-poster.png" controls="" style="object-fit: cover; border-radius: 12px;">
|
||||
</video>
|
||||
</div>
|
||||
<img class="hidden lg:block" style="position: absolute; top: -35px; max-width: 80rem; left: -76px; z-index: -1;" src="{{ site.img_url }}page-specific/spn/spn-in-action.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="showcase-bg"></div> -->
|
||||
|
|
Loading…
Add table
Reference in a new issue