Skip to content

Commit a6859c6

Browse files
committed
converted gif to webm format
Signed-off-by: shubhusion <[email protected]>
1 parent e516142 commit a6859c6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

_includes/features.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ <h2><span class="special-text">Multi-cluster management</span> for Kubernetes an
3636
<div class="image flex" style="flex-flow: column wrap;">
3737
<div align="center" style="margin-top: 3rem;">
3838
<div style="display: flex;">
39-
<img src="/assets/images/screens/multi-cluster-management.gif" class="screenshot" style="max-height: 50vh;"
40-
alt="Multi-cluster Kubernetes Manager" loading="lazy" />
39+
<video class="screenshot" style="max-height: 50vh;" autoplay loop muted playsinline>
40+
<source src="/assets/images/screens/multi-cluster-management.webm" type="video/webm">
41+
Your browser does not support the video tag.
42+
</video>
4143
<span>
4244
<!-- <p style="font-size: 1rem;margin:0rem;padding:0rem;color:#666;font-style: italic;">(excerpt: patterns
4345
in-action)</p> -->

_includes/home-page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ <h2 class="sub-text" style="padding-top:1rem; font-size: 1.05rem; font-weight: 5
116116
<img class="meshery-repo"
117117
src="https://img.shields.io/github/stars/meshery/meshery.svg?style=social&label=Stars" alt="Stars on meshery.io GitHub repository"
118118
style="height: 1.75rem;
119-
margin-top: 1rem;" />
119+
margin-top: 1rem;" loading="lazy"/>
120120
</a>
121121
<a href="https://github.com/meshery/meshery">
122122
<img class="meshery-repo"
123123
src="https://img.shields.io/github/forks/meshery/meshery.svg?style=social&label=Fork" alt="Fork meshery.io GitHub repository" style="height: 1.75rem;
124-
margin-top: 1rem;" />
124+
margin-top: 1rem;" loading="lazy"/>
125125
</a>
126126
</div>
127127
</section>
Binary file not shown.

0 commit comments

Comments
 (0)