There was an error while loading. Please reload this page.
1 parent 417ce42 commit d6d8f4eCopy full SHA for d6d8f4e
1 file changed
templates/careers/company-culture/progression.html
@@ -42,16 +42,14 @@ <h1 class="p-strip--hero-title">
42
</div>
43
44
<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>
+ {{ image(url="https://assets.ubuntu.com/v1/ab463a72-hero_img.jpg",
+ alt="Two Canonical team members having a conversation in an office lounge area",
+ width="2546",
+ height="1456",
+ hi_def=True,
+ loading="lazy",
+ attrs={"class": "u-hug-right__element"}) | safe
+ }}
55
56
</section>
57
0 commit comments