We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6a111 commit f9ea6d2Copy full SHA for f9ea6d2
app/views/podcasts/show.html.erb
@@ -33,7 +33,7 @@
33
34
<div class="container" style="line-height: 1.9em; margin-bottom: -100px;">
35
<section class="doc" style="padding: 50px 0px 50px 0px;">
36
- <iframe class="lazyload" src="https://anchor.fm/coderdojo-japan/embed/episodes/<%= @episode.permalink %>" width="100%px" height="120" scrolling="no" frameborder="yes"></iframe>
+ <iframe class="lazyload" src="https://anchor.fm/coderdojo-japan/embed/episodes/<%= @episode.permalink %>" width="100%" scrolling="no" frameborder="yes"></iframe>
37
<br />
38
39
<%= raw @content %>
0 commit comments