Embed YouTube

Jake G May 08, 2021 #Features #Components #Video

Zola supports custom components that are easy to add. This example demonstrates a YouTube embed.

YouTube

Usage

{{<youtube id="32gyFIWecuw" />}}

Output


<div class="yv yv-youtube">
    <lite-youtube videoid="32gyFIWecuw" videotitle="YouTube" nocookie disablenoscript>
        <img slot="image" src="https://abridge-flexsearch.pages.dev/img/embed/youtube/32gyFIWecuw-1280.webp?h=f0c0759bd99a77d07c68" alt="" loading="lazy">
    </lite-youtube>
</div>