All Collections
Embeddable Media Player & Library
Individual Media Player
Horizontal view in Embeddable Media Player iframe
Horizontal view in Embeddable Media Player iframe

Set horizontal view in your embedded iFrame media player

Vatsal Shah avatar
Written by Vatsal Shah
Updated over a week ago

These changes will only reflect on the iFrames at this moment.

  1. You need to add "?isHorizontal=true&playerWidth=70&transcriptWidth=30" in your iFrame URL

  2. You can dynamically change - playerWidth and transcriptWidth. The total should be 100.

  3. For example, Here's my iframe code - Please check for src or URL and at the end of the URL, please include the above query parameters.

<iframe style="height: 800px !important; width: 960px !important;" src="https://embed.speakai.co/iframe/portfolio-creation-for-software-developer-and-introduction-to-ai-ml-and-voice-applications-py8exhngbe" frameborder="0" scrolling="no"></iframe>

The original URL is:

The new URL with the horizontal view should be:

You can remove Title or Description from the customization options in the app.

Did this answer your question?