0

Feature request: Add video "start at" time to YouTube assets in TCMS/Blox

Chase Doak 6 years ago 0

We've had a few requests lately regarding YouTube video embeds with a specific start time in the video. For example, one story we had was about political candidates, and we wanted to add video clips of each candidate talking about a specific topic. There's a long video of a candidate forum, but instead of embedding the video from its start and making viewers watch through the whole thing, we wanted to jump to the specific times that each candidate was speaking (see the video below). We ended up having to use HTML assets instead.


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
Youtube video