kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

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

Open pushprajkiwitech opened 3 years ago

pushprajkiwitech commented 3 years ago

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