loadVideo() can not change playsinline param value to iFrame
Expected Behavior
Instantiate same player with playsinline property this way:
player.loadVideo({ id: 'current Id of the player object', playsinline: 0 });
Actual Behavior
After reloading the same video and it's ready to play, the iFrame has no playsinline parameter in the url:
<iframe src="https://player.vimeo.com/video/139953280?muted=1&autoplay=1&loop=1&transparent=0&background=1&app_id=122963" width="640" height="360" framebo...
Steps to Reproduce
@lortschi not sure this is unexpected, does the property take affect?
I think we don't serialize the passed properties back in the iframe src url. it's handled internally.
I have the same problem, 'playsinline' passed via loadVideo does not work. @lortschi shouldnt the 'id' to be vimeo_id instead of player ID ?