Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shan-Weaviate committed Oct 14, 2024
1 parent 043de2e commit f529b4c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
18 changes: 10 additions & 8 deletions src/components/AboutUsUpdate/Video/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ export default function Video() {
</div>
<div className={styles.techContainer}>
<br></br>
<video width="720" height="400" controls title="Company video">
<source
src="/img/site/Austria_Video_Public_small.mp4"
type="video/mp4"
/>
<source src="/img/site/Austria_Video_Public.ogv" type="video/ogg" />
Your browser does not support the video tag.
</video>

<iframe
width="720"
height="400"
src="https://www.youtube.com/embed/NObCyVszHdo"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; controls"
allowfullscreen
></iframe>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/components/AboutUsUpdate/Video/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
display: flex;
justify-content: center;

video {
video,
iframe {
@media screen and (min-width: 600px) and (max-width: 800px) {
width: 100%;
height: 320px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/company/about-us.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function AboutUsPage() {
<Layout>
<MetaSEO img="og/company/about-us.jpg" />
<AboutUsHeader />

<Video />
<CompanyValues />
<MeetTheTeam />
<Investors />
Expand Down

0 comments on commit f529b4c

Please sign in to comment.