image video à la place de iframe

This commit is contained in:
MiharyR 2021-11-19 15:44:03 +01:00
parent b045f507d2
commit 573ef426a3
9 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
<div class="col-8"> <div class="col-8">
<div style="margin: auto; width: 20vw; height: 15vh;"> <div style="margin: auto; width: 20vw; height: 15vh;">
<div class="imgsContainer"> <div class="imgsContainer">
<img class="imgPlay" src="/assets/play7.png"> <img class="imgPlay" src="/src/assets/play.png">
<img class="imgVideo" [src]="video.imageUrl"> <img class="imgVideo" [src]="video.imageUrl">
</div> </div>
</div> </div>

View file

@ -10,7 +10,7 @@
<!-- Image video --> <!-- Image video -->
<div class="imgsContainer"> <div class="imgsContainer">
<img class="imgPlay" src="/assets/play7.png"> <img class="imgPlay" src="/src/assets/play.png">
<img class="imgVideo" [src]="tabVideo[indexPage+k].imageUrl"> <img class="imgVideo" [src]="tabVideo[indexPage+k].imageUrl">
</div> </div>

View file

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB