vimeo videos with Fancybox not blocked
-
Hi!
my vimeo videos embedded like
<iframe src="<?php echo get_sub_field('video_link'); ?>" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; picture-in-picture"></iframe>
are working perfectly fine. the video is blocked and after accepting the cookie the page reloads and the video is visible. But with the fancybox plugin from fancyapps.com, the video is not blocked.
<a class="vimeo" data-fancybox="video-gallery" data-src="<?php echo get_sub_field('video_link'); ?>"> <img alt="" width="200" src="https://i3.ytimg.com/vi/tHnwV5ay8-8/hqdefault.jpg"> </a>
This opens the video in the fancybox popup and the video is not blocked. what am i doing wrong?
video link as a string = https://player.vimeo.com/video/876283694
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘vimeo videos with Fancybox not blocked’ is closed to new replies.