Skip to content

Commit c29775e

Browse files
jeremymanningclaude
andcommitted
fix video embeds: use clickable thumbnails instead of iframes
Marp renders slides inside SVG foreignObject which blocks YouTube iframe players (Error 153). Switch to large clickable thumbnail images (maxresdefault) with rounded corners and drop shadow that open the video in a new tab on click. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4ae9196 commit c29775e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

slides/data-story-workshop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ Your audience came for a **story**, not a statistics lecture. Data should be the
9595
# Example: Hans Rosling — 200 countries, 200 years, 4 minutes
9696

9797
<div style="text-align: center;">
98-
<iframe width="800" height="450" src="https://www.youtube.com/embed/jbkSRLYSojo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
98+
<a href="https://www.youtube.com/watch?v=jbkSRLYSojo" target="_blank"><img src="https://img.youtube.com/vi/jbkSRLYSojo/maxresdefault.jpg" style="width: 85%; max-width: 900px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);"></a>
9999
</div>
100100

101101
---
102102

103103
# Example: Powers of Ten (1977)
104104

105105
<div style="text-align: center;">
106-
<iframe width="800" height="450" src="https://www.youtube.com/embed/0fKBhvDjuy0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
106+
<a href="https://www.youtube.com/watch?v=0fKBhvDjuy0" target="_blank"><img src="https://img.youtube.com/vi/0fKBhvDjuy0/maxresdefault.jpg" style="width: 85%; max-width: 900px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);"></a>
107107
</div>
108108

109109
---

0 commit comments

Comments
 (0)