Today we are going back to tech and only tech for this steem as I realize that focus is key for a blog.
That is not the main topic for today because I wanted to share something quickly and get back to my landing page in progress.
I've been trying to figure out why a video wasnt autoplaying when it should, even after adding ?autoplay=1.
That was outdated information.
Now, in order for videos to be autoplayed, they need to be muted as well.
The new code is ?autoplay=1&mute=1"; (of course you add the rest of the code for your video).