Skip to content
Advertisement

Tag: tippyjs

HTML5 videos don’t autoplay with tippy js

I use tippy.js and when I add a <video loop muted playsinline autoplay> inside a tooltip using allowHTML: true, the video won’t autoplay on chrome. It works on firefox and safari though. How can I achieve this? Here is my js: And here is my html: I tried to add but it doesn’t work eather. Thanks a lot in advance

Advertisement