Commit 36a747a7 authored by Elias Steurer (Kelteseth)'s avatar Elias Steurer (Kelteseth) Committed by Fatih Acet

Fix GFM video element hardcoded width

parent 8f664636
......@@ -32,7 +32,7 @@ module Banzai
video = doc.document.create_element(
'video',
src: element['src'],
width: '400',
width: '100%',
controls: true,
'data-setup' => '{}',
'data-title' => element['title'] || element['alt'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment