Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Content & Markdown

Local video responsive

Started by Johannes Pechmann 7 years ago · 6 replies · 1719 views
7 years ago

Hello, I'm looking for a way to get a local on the hosting server stored video responsive. It works perfectly with videos from YouTube, but not with ones that are stored locally. I'm using GRAV 1.6.17 and it's my first GRAV site.

I embedd with

![VS Bad Gams Feuerwehrübung](VS-Bad-Gams-Feuerwehruebung.mp4?loop=0&controls=1&autoplay=0&resize=350)

If I leave the resize option the video is displyed in FullHD - means way bigger than the content area. If I'm using 700px, which is perfect for desktop, its bigger than the mobile content area.

Any hint for me?

7 years ago

You'll probably want to check the markup and the css applied to the video.

7 years ago

If you have the YouTube Plugin installed you should also be able to use it's CSS class for that: grav-youtube

You could then make a Div to wrap around your Markdown or the super useful ShortCode Core Plugin:

TXT
[div class="grav-youtube"]
![VS Bad Gams Feuerwehrübung](VS-Bad-Gams-Feuerwehruebung.mp4?loop=0&controls=1&autoplay=0&resize=350)
[/div]

The above is not tested, but I think it should work🙂

7 years ago

Thanks for the hint - yes it works, but not in the way it should. If I'm using the grav-youtube-class, GRAV shows something like a container in the correct size (=content width) but the video inside this "window" gets cropped in a way that I just see the top left corner of the video without the controls. But it does not resize the video itself.

👍 1
7 years ago

Perhaps someone else here might have another idea?

5 years ago

Did you ever find a solution? I'm currently struggling with the same issue.

5 years ago

Saw another topic duplicate first and replied there
/forum/content-markdown/embed-local-video-responsively-t7420?u=karmalakas

Suggested topics

Topic Participants Replies Views Activity
Content & Markdown · by Jochen, 8 months ago
6 99 8 months ago
Content & Markdown · by Ton Haarmans, 1 year ago
10 186 1 year ago
Content & Markdown · by Jan L'Am, 1 year ago
4 148 1 year ago
Content & Markdown · by Leonardo, 1 year ago
3 62 1 year ago
Content & Markdown · by belthasar, 1 year ago
4 257 1 year ago