Base 46 images are not working , Please help. | Angular 10
pushprajkiwitech opened this issue · comments
pushprajkiwitech commented
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