ui: Fix bootstrap 5 embed items
This commit is contained in:
parent
2e4513c00f
commit
8d9269c635
@ -17,10 +17,8 @@
|
|||||||
<Icon name="laptop-fill" />
|
<Icon name="laptop-fill" />
|
||||||
Solution du défi
|
Solution du défi
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardBody class="text-indent">
|
<CardBody class="text-indent ratio ratio-16x9">
|
||||||
<div class="embed-responsive embed-responsive-16by9">
|
|
||||||
<iframe type="text/html" src="{uri}" class="embed-responsive-item" title="Vidéo de résolution">
|
<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 : <a href="{uri}">{uri}</a>.
|
Regardez la vidéo de résolution de ce défi : <a href="{uri}">{uri}</a>.
|
||||||
</iframe>
|
</iframe>
|
||||||
</CardBody>
|
|
||||||
</Card>
|
</Card>
|
||||||
|
Loading…
Reference in New Issue
Block a user