Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching Thumbnail images dynamically #1801

Open
fryinka opened this issue Sep 17, 2021 · 0 comments
Open

Fetching Thumbnail images dynamically #1801

fryinka opened this issue Sep 17, 2021 · 0 comments

Comments

@fryinka
Copy link

fryinka commented Sep 17, 2021

How do I fetch the thumbnail images from the API? What I have is returning an error in an Angular project I am working on. Any way around it?.

<ng-container *ngFor="let image of currentproduct.imageUrl; let in = index"> <li data-thumb="{{currentproduct.imageUrl[in]}}" rel="adjustX:10, adjustY:">//this part is returning error 404 on the browser. <img src="{{ currentproduct.imageUrl[in] }}" alt="#" /> </li>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant