Skip to content

Commit

Permalink
update intro video
Browse files Browse the repository at this point in the history
  • Loading branch information
eri24816 committed Mar 8, 2024
1 parent 757254c commit ad3d1c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/FeatureSection/FeatureCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const isVideo = props.img.endsWith(".mp4")
border-radius: 13px;
margin: 20px;
height: 200px;
height: 240px;
flex: 1 1 300px;
object-fit: cover;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<img class="contributors" src="https://contrib.rocks/image?repo=grapycal/grapycal" />
</a>
</SubSection>
testabc
</template>

<script setup lang="ts">
Expand Down
2 changes: 1 addition & 1 deletion src/components/TitleSection/TitleSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="right">
<div class="intro-video-container">

<iframe class="intro-video" src="https://www.youtube.com/watch?v=y0bLtB6szJk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="intro-video" src="https://www.youtube.com/embed/y0bLtB6szJk?si=Q5oQ64hOM0ZiIZ5o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit ad3d1c0

Please sign in to comment.