Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit bb61f62

Browse files
author
Nicolas Garnier
authored
Merge pull request #349 from googlecodelabs/embed
fix issue #311
2 parents 69c8542 + 0625c16 commit bb61f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

claat/render/html.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,6 @@ func (hw *htmlWriter) youtube(n *types.YouTubeNode) {
376376
}
377377

378378
func (hw *htmlWriter) iframe(n *types.IframeNode) {
379-
hw.writeFmt(`<iframe class="youtube-video" src="%s"></iframe>`,
379+
hw.writeFmt(`<iframe class="embedded-iframe" src="%s"></iframe>`,
380380
n.URL)
381381
}

0 commit comments

Comments
 (0)