ngx-gallery
ngx-gallery copied to clipboard
Base 46 images are not working , Please help. | Angular 10
galleryImages: NgxGalleryImage[];
this.data.images.forEach((item) => {
tempArray.push({
small: String(item.src),
medium: String(item.src),
big: String(item.src),
});
});
this.galleryImages = tempArray;
Note: item.src is a base64 string
Images are not shown