ui: Fix bootstrap 5 embed items

This commit is contained in:
nemunaire 2021-09-24 18:43:55 +02:00
parent 2e4513c00f
commit 8d9269c635

View File

@ -17,10 +17,8 @@
<Icon name="laptop-fill" />
Solution du défi
</CardHeader>
<CardBody class="text-indent">
<div class="embed-responsive embed-responsive-16by9">
<iframe type="text/html" src="{uri}" class="embed-responsive-item" title="Vidéo de résolution">
Regardez la vidéo de résolution de ce défi&nbsp;: <a href="{uri}">{uri}</a>.
</iframe>
</CardBody>
<CardBody class="text-indent ratio ratio-16x9">
<iframe type="text/html" src="{uri}" class="embed-responsive-item" title="Vidéo de résolution">
Regardez la vidéo de résolution de ce défi&nbsp;: <a href="{uri}">{uri}</a>.
</iframe>
</Card>