Removed unnecessary videos

This commit is contained in:
Kristofers Solo 2023-01-20 16:06:18 +02:00
parent f7a7e1b3b7
commit 8f20226b25
5 changed files with 6 additions and 8 deletions

View File

@ -20,7 +20,6 @@
top: 30%;
}
img,
video {
width: clamp(20rem, 50%, 70rem);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 MiB

View File

@ -14,13 +14,12 @@
{% block content %}
<div id="landing">
<div class="landing-title">
<video autoplay loop muted playsinline alt="Hello there.">
<source src="{% static 'main/img/hello-there/hello-there.mp4' %}"
type="video/mp4">
<source src="{% static 'main/img/hello-there/hello-there.mp4' %}"
type="video/mp4"
onerror="fallback(parentNode)">
<img src="{% static 'main/img/hello-there/hello-there.gif' %}">
<video autoplay
loop
muted
playsinline
alt="Hello there."
src="{% static 'main/img/hello-there.mp4' %}">
</video>
<h1 class="text">
I&#39;m <span id="swap-text">Kristofers Solo</span>