Multiple players on same page
-
I had a problem with two players on the same page using widgets: when pressing on a thumbnail both players started playing the video.
I also made the solution which maybe could be included in a future update: in script.js the variable f is called, but this refers to all players.
Adding the following f = to the existing click function in script.js:
$(‘.vmgallery .vmcthumb’).click(function(){
f = $(this).closest(‘.widget-container’).find(‘.vmcplayerdiv iframe’);
}will solve the problem.
https://www.ads-software.com/extend/plugins/vimeo-channel-gallery/
- The topic ‘Multiple players on same page’ is closed to new replies.