Skip to content

Commit

Permalink
Fix: valid height values in video editable (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Nov 9, 2022
1 parent a052c6f commit 41b1886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/areas/video/view.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'data-setup': '{}'
},
thumbnail: 'content',
height: 'auto'
height: '100%'
})
}}
</section>

0 comments on commit 41b1886

Please sign in to comment.