How to use the auto play | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to use the auto play

Is there a way to use the Auto play in a iframe tag in html https://code.sololearn.com/W4E1GRm6dbs2/?ref=app

26th Mar 2019, 12:06 PM
ANONYMOUS
ANONYMOUS - avatar
2 Answers
+ 1
<iframe src="http://player.vimeo.com/video/65864545?autoplay=1&title=0&byline=0&portrait=0" frameborder="0" allow="autoplay; fullscreen"></iframe> This basically allows to autoplay Vimeo but know that Chrome and Chromium browers tend to block autoplay unless user event is triggered.
26th Mar 2019, 12:24 PM
Niush
Niush - avatar
+ 2
ok thx
26th Mar 2019, 12:53 PM
ANONYMOUS
ANONYMOUS - avatar