oEmbed
How to use it
Adding class to the iframe
{% if oembed.value %}
<div>
{{ oembed.value|replace('<iframe ','<iframe class="my-class" ')|raw }}
</div>
{% endif %}Enabling video autoplay
{{ oembed.value|replace({'" frameborder':'&autoplay=1" frameborder'})|raw }}Displaying "raw" value
Last updated