M
M
Maksim Ivanov2020-10-05 20:43:05
JavaScript
Maksim Ivanov, 2020-10-05 20:43:05

How to make autoplay on vimeo in fancybox?

How to make autoplay on vimeo in fancybox?
I connect video like this

<a href="https://vimeo.com/191947042" class="video-link" data-fancybox="" data-type="iframe"></a>

$(".video-link").fancybox({
        //autoplay: 1,
        video: {
            autoStart: true
        }
    });


I also tried this, it doesn't work either
<a href="https://vimeo.com/191947042?autoplay=1" data-fancybox="" data-type="iframe"></a>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question