{% if include.width %}

{% assign width = include.width %}

{% else %}

{% assign width = 640 %}

{% endif %}

{% if include.height %}

{% assign height = include.height %}

{% else %}

{% assign height = 360 %}

{% endif %}

<iframe width=“{{ width }}” height=“{{ height }}” src=“www.youtube.com/embed/{{ include.id }}” frameborder=“0” allow=“autoplay; encrypted-media” allowfullscreen></iframe>