Add option to define the width of the inserted video (mp4)

Hi,
inserted images scale nicely to 100% width.
inserted videos don’t scale, they take the native width, which is not responsive to the browser.

as a work around I change

![example](example.mp4 "this is an example") 

into the html code and include

<video style="width:100%" 

this works fine, although the absolute url to the video can change when the number prefix of the menu changes … :frowning:

can you include the width: 100% into the next release?

thanks,

Mariano

@favorinus, Please help the community help you…

How you can help the community is well laid out in sticky post Welcome to the Grav CMS Community Forums

Please update you post.

Btw. feature request should be made in the Github repository of either Grav, theme, or plugin.

But before creating a feature request, take a look at the docs and learn how attributes can be added when adding image/video in Markdown, how custom css can be added to a theme, etc.

Thank you,
yes I solved it using custom.css .