X-Git-Url: https://git.bts.cx/cx.git/blobdiff_plain/c42685eb41e003f7702d473c739564d64f1a133f..af380ed734795855fb40fbb311c3a85d052d3a83:/cx/lib/markdown.php diff --git a/cx/lib/markdown.php b/cx/lib/markdown.php index 771b947..aab58d5 100644 --- a/cx/lib/markdown.php +++ b/cx/lib/markdown.php @@ -49,10 +49,10 @@ class ExtendedParsedown extends Parsedown { 'name' => 'iframe', 'text' => '', 'attributes' => array( - 'id' => "ytplayer", + 'class' => "video", 'type' => "text/html", - 'width' => "640", - 'height' => "360", + //'width' => "640", + //'height' => "360", 'src' => "https://www.youtube.com/embed/" . $video_id, 'frameborder' => "0", 'loading' => "lazy",