fix no season image
This commit is contained in:
parent
8bbd2b8624
commit
2ecabeca97
1 changed files with 2 additions and 2 deletions
|
@ -155,11 +155,11 @@
|
||||||
<ul class="movie-small-list movie-list-scroll" style="overflow: hidden; width: auto; height: 420px;">
|
<ul class="movie-small-list movie-list-scroll" style="overflow: hidden; width: auto; height: 420px;">
|
||||||
@foreach ($show['seasons'] as $currentSeason)
|
@foreach ($show['seasons'] as $currentSeason)
|
||||||
|
|
||||||
<li class="movie-small d-flex align-items-center justify-content-between movie-item__overlay video-item flex-wrap" data-img="https://script.viserlab.com/playlab/demo/assets/images/item/episode//2022/07/06/62c53342b113e1657090882.jpg" data-text="Season">
|
<li class="movie-small d-flex align-items-center justify-content-between movie-item__overlay video-item flex-wrap" data-text="Season">
|
||||||
|
|
||||||
<div class="caojtyektj d-flex align-items-center flex-wrap">
|
<div class="caojtyektj d-flex align-items-center flex-wrap">
|
||||||
<div class="movie-small__thumb">
|
<div class="movie-small__thumb">
|
||||||
<img src="{{ $currentSeason['poster'] }}" alt="image">
|
<img class="lazy" src="data:image/svg+xml,%3Csvg width='120' height='180' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='120' height='180' x='0' y='0' fill='%231B1B3F' /%3E%3C/svg%3E" data-src="{{ $currentSeason['poster'] }}" alt="image">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="movie-small__content">
|
<div class="movie-small__content">
|
||||||
|
|
Loading…
Reference in a new issue