REFACTOR clean up iframe structure in custom video block

This commit is contained in:
Antoine M 2026-05-11 11:16:52 +02:00
parent 838ccdf6ec
commit eecb5e01e7

View File

@ -11,9 +11,7 @@ if($share_link){
<section <?php echo get_block_wrapper_attributes(array('class' => 'block-custom-video custom-video content-section')) ?>>
<iframe id="ik-vod-<?php echo $video_id_from_share_link ; ?>" class="ik-player-1jhvl2upwockr ik-embed" src="https://player.vod2.infomaniak.com/embed/<?php echo $video_id_from_share_link ; ?>" width="100%" height="auto" style="aspect-ratio: 16 / 9" allowfullscreen crossorigin="anonymous" frameborder="0" allow="autoplay; fullscreen; picture-in-picture"></iframe>
</section>