I would like to embed Vimeo video to my website and I'd love to use some of options, that Vimeo provides, like color, autoplay etc.
Is there any chance to do it with django-embed-video?
I would like to embed Vimeo video to my website and I'd love to use some of options, that Vimeo provides, like color, autoplay etc.
Is there any chance to do it with django-embed-video?
Yes, it is possible. But you have to build your own HTML. Just copy HTML from Vimeo page with your chosen options and replace video URL with
{{ my_video.url }}
. So it can look like that: