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

Commit 0625c16

Browse files
committed
fix issue #311
1 parent 69c8542 commit 0625c16

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)