I'm having trouble inserting a video with autoplay into a page on a website, when this page opens in Chrome, the video is stopped until the "play" button is clicked on.
I have read in several "posts" that it is a "bug" and the suggestion is to insert the "muted" attribute in the video tag, however the video is muted and it needs that in addition to the video to start automatically that the video also has sound.
I tried to enable sound via jQuery, but I did not succeed.
Could anyone help me?
Thank you.