Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
firework-corl2024 committed Oct 14, 2024
1 parent f0ddeff commit 893e171
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,18 @@ body {
#interpolation-image-wrapper img {
border-radius: 5px;
}


.publication-video {
width: 100%;
height: auto;
overflow: visible;
}

.publication-video video {
width: 100%;
height: auto;
display: block;
object-fit: contain;
aspect-ratio: 16 / 9; /* Adjust as needed */
}

0 comments on commit 893e171

Please sign in to comment.