Logo
    Contact us

    Embedding in Thinkific

    In a Multimedia Lesson:

    Below a video, audio, or site page:

    The code snippet used in the above video:

    To widen the embed window:

    * Don’t forget this affects all courses!

    <style>
        .take .course-player__content-inner ._content_1yintd{
            max-width: 100%;
        }
    </style>
    Logo