Skip to content

Commit

Permalink
Merge pull request #372 from Lemoncode/feature/landing-video
Browse files Browse the repository at this point in the history
landing video
  • Loading branch information
brauliodiez authored Sep 12, 2024
2 parents 30d1272 + 710a486 commit 502dad6
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,13 @@
align-items: center;
margin: 0 auto;
border-radius: 10px;
/*Remove aspect-ratio when iframe uncomment*/
aspect-ratio: 16 / 9;
background-image: url(./quickmock-frame.png);
background-size: 100%;
background-repeat: no-repeat;
border: 1px solid black;
}

iframe {
width: 100%;
aspect-ratio: 14.35 / 9;
border-radius: 10px;
aspect-ratio: 16 / 9;
border-radius: 9px;
}
.content {
display: grid;
Expand Down Expand Up @@ -256,7 +252,7 @@
.title {
top: 2vw;
width: 60%;
max-width: 1000px;
max-width: 900px;
margin-right: auto;
padding-left: 1.5vw;
}
Expand Down Expand Up @@ -320,11 +316,13 @@ <h1>
</div>
<div>
<div class="video">
<!-- <iframe
src="https://www.youtube.com/embed/87ZZbDZLido?si=fanae_ZvATEOIkHZ"
<iframe
src="https://www.youtube.com/embed/NqswxUvXm4c?si=CouwMULhG-OBGlZT"
title="YouTube video player"
frameborder="0"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe> -->
></iframe>
</div>
</div>
<div class="right">
Expand Down

0 comments on commit 502dad6

Please sign in to comment.