Commit 37ea54e
fix(podcast): make embed visible and show thumbnails on author pages
The click-to-load facade relied on Tailwind's `aspect-video` utility,
which does not exist in the theme's Tailwind v2 CDN build — once the
poster image was swapped for the iframe the container collapsed to zero
height. Set the aspect ratio via the CSS `aspect-ratio` property instead.
Also apply the YouTube-thumbnail-with-icon-fallback to the episode cards
on author profile pages, which were always rendering the podcast icon.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 78997d7 commit 37ea54e
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
72 | 81 | | |
73 | 82 | | |
74 | 83 | | |
| 84 | + | |
75 | 85 | | |
76 | 86 | | |
77 | 87 | | |
| |||
0 commit comments