Commit 9d2957d1 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'master' into 'master'

Fix GFM video element hardcoded width

Closes #17139

See merge request gitlab-org/gitlab!17444
parents 8f664636 36a747a7
......@@ -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