Skip to content

Commit d6d8f4e

Browse files
committed
fix: update image
1 parent 417ce42 commit d6d8f4e

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

templates/careers/company-culture/progression.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,14 @@ <h1 class="p-strip--hero-title">
4242
</div>
4343

4444
<div class="u-fixed-width u-hug-right__container">
45-
<video id="introductory-video"
46-
class="u-hug-right__element"
47-
aria-hidden="true"
48-
autoplay
49-
muted
50-
loop
51-
controls>
52-
<source src="https://assets.ubuntu.com/v1/fe470e29-Generic%20Video.mp4"
53-
type="video/mp4" />
54-
</video>
45+
{{ image(url="https://assets.ubuntu.com/v1/ab463a72-hero_img.jpg",
46+
alt="Two Canonical team members having a conversation in an office lounge area",
47+
width="2546",
48+
height="1456",
49+
hi_def=True,
50+
loading="lazy",
51+
attrs={"class": "u-hug-right__element"}) | safe
52+
}}
5553
</div>
5654
</section>
5755

0 commit comments

Comments
 (0)