Skip to content

Commit

Permalink
Merge pull request #175 from platformatic/update-cache-with-video
Browse files Browse the repository at this point in the history
updated the page with video link
  • Loading branch information
iamfortune authored Dec 3, 2024
2 parents ee50f92 + 545b41f commit 597f55c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/pages/caching/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,15 @@ function PageHeader({ blok }) {
</div>

<div className="flex items-center justify-center">
<img
src={blok.cache_hero[0].hero_image.filename}
alt="hero_image"
/>
<iframe
width="560"
height="315"
src={blok.cache_hero[0].hero_embed.url}
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</div>
</div>

Expand Down

0 comments on commit 597f55c

Please sign in to comment.