-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I've just set this up on a new site and it's producing the following error:
mw.js?ver=1.0.1:1595 Uncaught TypeError: e.player.toggleMute is not a function
at s.fn.init.mute [as v_mute] (mw.js?ver=1.0.1:1595:10873)
at mw.js?ver=1.0.1:1595:4763
I'm initialising it in a very standard way and so rather confused by this...
<div id="headerTopVideo" class="player" data-property="{videoURL:'https://vimeo.com/12345678',containment:'body',autoPlay:true, mute:true, startAt:0, opacity:1}"></div>
<script>
jQuery(function(){
jQuery("#headerTopVideo").vimeo_player();
});
</script>
Can anyone advise ?
Metadata
Metadata
Assignees
Labels
No labels