Skip to content

Commit c412452

Browse files
authored
Update index.html
1 parent 542a3b9 commit c412452

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@ <h2>Secure by Design, Powerful by Default</h2>
4747
CoreSecurityFramework is a modular environment that facilitates the centralized execution of multiple cybersecurity tools.
4848
From vulnerability scanning to forensic analysis, it covers all essential phases of your security strategy.
4949
</p>
50-
<video controls autoplay muted loop style="border-radius: 8px; margin-top: 2rem; width: 100%;">
50+
<video autoplay muted loop playsinline style="border-radius: 8px; margin-top: 2rem; width: 100%; display: block;">
5151
<source src="assets/main.mp4" type="video/mp4">
5252
Your browser does not support the video tag.
5353
</video>
5454
</div>
5555
</section>
5656

57-
<!-- Sección de videos destacados -->
57+
<!-- Sección de vídeos demostrativos en loop sin controles -->
5858
<section class="container" style="padding: 2rem 0; text-align:center;">
5959
<h2>In Action</h2>
6060
<div style="display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); margin-top: 2rem;">
6161
<div>
62-
<video controls autoplay muted loop style="border-radius: 8px; width: 100%;">
62+
<video autoplay muted loop playsinline style="border-radius: 8px; width: 100%; display: block;">
6363
<source src="assets/demo.mp4" type="video/mp4">
6464
Your browser does not support the video tag.
6565
</video>
6666
</div>
6767
<div>
68-
<video controls autoplay muted loop style="border-radius: 8px; width: 100%;">
68+
<video autoplay muted loop playsinline style="border-radius: 8px; width: 100%; display: block;">
6969
<source src="assets/shop.mp4" type="video/mp4">
7070
Your browser does not support the video tag.
7171
</video>

0 commit comments

Comments
 (0)