skip to Main Content

Php – How to autoplay every Youtube videos of the website?

On my Prestashop I use YouTube videos in some product tabs. Here is an exemple : <ul id="tabvideos" class="video_cols_6"> <li id="thumb_video_118" class="video_link"> <a id="video_link_1" class="videocenter" href="https://www.youtube-nocookie.com/embed/ehzbdk" title="Vidéo: e" data-video-id="zdsdsdsd" data-video-player="youtube" data-video-title=""><img class="img-responsive" src="https://i.ytimg.com/vi/TLHyVedfdsssdsdnOzs10/hqdefault.jpg" alt="e vidéo" title="e vidéo"> </a> </li> </ul>…

VIEW QUESTION

Html – Videos not autoplaying on mobile

I'm using reactjs and for some reason, videos are not autoplaying on mobile. I'm using iOS 17, Safari Here is my code: <div className="video" ref={videoRef} dangerouslySetInnerHTML={{ __html: ` <video loop muted autoplay playsinline muted defaultMuted loop > <source src=${video} type="video/mp4"…

VIEW QUESTION
Back To Top
Search