Skip to content

Commit

Permalink
fix youtube iframe displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
dsonyy committed Nov 2, 2024
1 parent bd08c36 commit 4162580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _rovers/prop-m.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rover:
<a href="{{ site.url }}/assets/img/prop-m/4.png"><img src="{{ site.url }}/assets/img/prop-m/4.png" /></a>
<a href="{{ site.url }}/assets/img/prop-m/3.gif"><img src="{{ site.url }}/assets/img/prop-m/3.gif" width=600/></a>
<div class="iframe-container">
<iframe src="https://www.youtube-nocookie.com/embed/tVJfjDOa3TI?si=-L04KCegI0x4eYzF&amp;start=528" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
<iframe src="https://www.youtube-nocookie.com/embed/tVJfjDOa3TI?si=-L04KCegI0x4eYzF&amp;start=528" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" width="100%" height="100%" allowfullscreen>
</iframe>
</div>
<figcaption>Soviet Space Program / VNIITransmash</figcaption>
Expand Down
2 changes: 1 addition & 1 deletion _sass/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ul {
.iframe-container {
display: flex;
width: 100%;
height: 100%;
height: 300px;
flex-direction: column;
overflow: hidden;
}

0 comments on commit 4162580

Please sign in to comment.