Hey everyone! I’m working on a simple HTML site where I’ve got a YouTube playlist embedded. Right now when the page loads, it just shows the main video player with the first video from my playlist. To see all the other videos in the playlist, visitors have to click that little button in the corner to open up the sidebar.
What I really want is for that video list sidebar to be visible right when the page loads, so people can immediately see all the videos available without having to click anything extra. The whole point of my site is to showcase this collection of videos, so having the full playlist visible from the start would be perfect.
I’ve been digging through all the different iframe parameters you can use with YouTube embeds, but I can’t find anything that controls whether the playlist sidebar shows up automatically. Has anyone figured out a way to make this work? Maybe there’s some parameter I missed or a different approach entirely?
Thanks for any help you can give me!