kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.

Home Page:https://ngx-gallery.kolkov.ru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pushprajkiwitech opened this issue · 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