ivylaboratory / angular-carousel

A simple solution for horizontal scrolling images with lazy loading
Apache License 2.0
150 stars 92 forks source link

carousel show nothing until change the view port #89

Open fady-yousry opened 3 years ago

fady-yousry commented 3 years ago

code : " <div class="carousel-cell" *ngFor="let actor of cast" >

{{actor?.name}}
            <img  class="img-fluid" src="{{'https://image.tmdb.org/t/p/w500'+actor?.profile_path}}" alt="{{actor.name}}">
    </div>
</carousel>"
drozhzhin-n-e commented 3 years ago

Could you tell me what html code is inside the carousel when you see it empty? I mean browser compiled code, not your source code.

drozhzhin-n-e commented 3 years ago

Also try installing version 2.1.0