ngx-gallery
ngx-gallery copied to clipboard
A simple responsive native gallery component for Angular 8+.
i am using ngx-gallery with angular 9.1. i am fetching images from web services and building url attaching it like below: ``` this.service.getAllImages('5ef814a570f45211f5b2b508').subscribe((res: any) => { res.forEach(img => { this.galleryImages.push({...
In the original library: ``` /deep/ { * { box-sizing: border-box; } ... ``` In this library: ``` * { box-sizing: border-box; } ``` This make global box-sizing change after...
Hi, Thank you very much for your effort. I'm facing this error while compiling my Angular project. I'm using [email protected] and Angular 9 More details: `This likely means that the...
npm WARN @kolkov/[email protected] requires a peer of tslib@^1.9.3 but none is installed. You must install peer dependencies yourself. hello.. my friend.. please you can correct?
The "thumbnailsSwipe" property has no effect. Swiping is not possible when I set it.
can u add support for tif images
good morning, is there any way to load only the small images before? and when you click on the image, yes, search for the larger image? this makes my system...
No releases and pull requests pending from more than one year on all of "kolkov" projects. Better search for another libraries or check who forked them.
I have a gallery with two images. When I click the thumbnail of first image, preview shows the next one (second image). I thinks preview index is not aligned with...
I want to achieve SEO alt text and image tag inside this gallery how to achieve it?