You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.
In order to optimize my project I'm using responsive images based on the size of the screen. Currently seems like when I change the image source it does not update the mat-carousel-slide.
<mat-carousel#carousel[autoplay]="false"
[maintainAspectRatio]="false"><mat-carousel-slide*ngFor="let item of items"
[image]="item[propertyToBeUsed]"
overlayColor="#00000020"></mat-carousel-slide></mat-carousel>
item is an object with 3 properties, big, medium and small. It will be changed based on propertyToBeUsed, that changes based on the size of the screen.
I think this should be fixed.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In order to optimize my project I'm using responsive images based on the size of the screen. Currently seems like when I change the image source it does not update the
mat-carousel-slide
.item
is an object with 3 properties, big, medium and small. It will be changed based onpropertyToBeUsed
, that changes based on the size of the screen.I think this should be fixed.
The text was updated successfully, but these errors were encountered: