Hi! I am new to GRAV. I want to embedd a vimeo video. With the plugin no problem. But how can i resize the video display within the Markup (.md) file?
plugin:vimeo (https://vimeo.com/194941046?resize:200,200) doesn’t work…
Hi! I am new to GRAV. I want to embedd a vimeo video. With the plugin no problem. But how can i resize the video display within the Markup (.md) file?
plugin:vimeo (https://vimeo.com/194941046?resize:200,200) doesn’t work…
Hi you don’t need a plugin:
Use simple html. Get the video id and then put this in your markdown:
<iframe src="//player.vimeo.com/video/68866759" width="960" height="540" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
---