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

Hi! Try to use this version for Angular 8, 9. #313

Open
saifansari2 opened this issue Apr 26, 2020 · 4 comments
Open

Hi! Try to use this version for Angular 8, 9. #313

saifansari2 opened this issue Apr 26, 2020 · 4 comments

Comments

@saifansari2
Copy link

Hi! Try to use this version for Angular 8, 9.
https://www.npmjs.com/package/@kolkov/ngx-gallery

i have tried this @kolkov/ngx-gallery but its not displaying images with api

means: dynamic images is not displaying with api post response..

static is working fine

@saifansari2
Copy link
Author

https://github.com/kolkov/ngx-gallery

this is not working with dynamic binding with api post response

static binding is working fine

@Disflippant
Copy link

Adding late styling using ngStyle worked for me, i.e. calling the component as:

<ngx-gallery [options]="galleryOptions" [images]="galleryImages" [ngStyle]="{display:'inline-block'}"></ngx-gallery>

@saifansari2
Copy link
Author

see its not working with webp format of image

working with jpg images.

what should i do to work with webp images

@hxekyel
Copy link

hxekyel commented Jun 4, 2020

Adding late styling using ngStyle worked for me, i.e. calling the component as:

<ngx-gallery [options]="galleryOptions" [images]="galleryImages" [ngStyle]="{display:'inline-block'}"></ngx-gallery>

This works like a charm!

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

3 participants