ngx-gallery icon indicating copy to clipboard operation
ngx-gallery copied to clipboard

Base 46 images are not working , Please help. | Angular 10

Open pushprajkiwitech opened this issue 4 years ago • 0 comments

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

pushprajkiwitech avatar Dec 17 '20 10:12 pushprajkiwitech