Project

General

Profile

Bug #85233

Updated by Frans Saris over 6 years ago

 

 https://developers.google.com/web/updates/2017/09/autoplay-policy-changes 

 <pre> 
 <!-- Autoplay is allowed. --> 
 <iframe src="https://cross-origin.com/myvideo.html" allow="autoplay"> 

 <!-- Autoplay and Fullscreen are allowed. --> 
 <iframe src="https://cross-origin.com/myvideo.html" allow="autoplay; fullscreen"> 
 </pre> 

 The VideoTagRenderer, VimeoRenderer and YouTubeRenderer need to be adjusted so these new values are added

Back