MurhafSousli / ngx-gallery

Angular Gallery, Carousel and Lightbox
https://ngx-gallery.netlify.app/
MIT License
609 stars 129 forks source link

Fix custom item template documentation #604

Open MurhafSousli opened 9 months ago

MurhafSousli commented 9 months ago

User should add galleryImage directive on their img elements within their galleryItemDef custom template, docs link

<gallery>
  <img *galleryItemDef="let item" galleryImage [src]="item.src">
</gallery>