Skip to content

Commit e2fc3fe

Browse files
committed
updated to modified version
1 parent 56eddab commit e2fc3fe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modified-webflow-bg-element.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
class="w-background-video w-background-video-atom"
88
>
99
<video
10+
class="lazy"
11+
preload="none"
1012
id="d9361516-0c98-5382-5de8-647eb32a65d0-video"
1113
autoplay=""
1214
loop=""
@@ -19,11 +21,13 @@
1921
data-object-fit="cover"
2022
>
2123
<source
22-
src="https://assets.website-files.com/62ea9b78700b6385dd63aa68/62ea9cec925c8b4b0d0f72c3_coverr--08-20-surfing-waves-cloudy-06-5087-transcode.mp4"
24+
type="video/mp4"
25+
data-src="https://assets.website-files.com/62ea9b78700b6385dd63aa68/62ea9cec925c8b4b0d0f72c3_coverr--08-20-surfing-waves-cloudy-06-5087-transcode.mp4"
2326
data-wf-ignore="true"
2427
/>
2528
<source
26-
src="https://assets.website-files.com/62ea9b78700b6385dd63aa68/62ea9cec925c8b4b0d0f72c3_coverr--08-20-surfing-waves-cloudy-06-5087-transcode.webm"
29+
type="video/webm"
30+
data-src="https://assets.website-files.com/62ea9b78700b6385dd63aa68/62ea9cec925c8b4b0d0f72c3_coverr--08-20-surfing-waves-cloudy-06-5087-transcode.webm"
2731
data-wf-ignore="true"
2832
/></video
2933
><noscript

0 commit comments

Comments
 (0)