cloudinary-8.x-1.x-dev/modules/cloudinary_video/templates/cloudinary-video-player.html.twig
modules/cloudinary_video/templates/cloudinary-video-player.html.twig
{% if responsive %}
{{ attach_library('cloudinary_video/responsive-video') }}
<div class="cloudinary-responsive-video">
{% endif %}
{{ children }}
{% if responsive %}
</div>
{% endif %}
