Replies: 1 comment
-
It is mentioned in the wiki https://github.com/MurhafSousli/ngx-gallery/wiki/Mixed-Content-Usage galleryRef.addVideo({
src: 'VIDEO_URL',
thumb: '(OPTIONAL)VIDEO_THUMBNAIL_URL',
poster: '(OPTIONAL)VIDEO_POSTER_URL'
}); or itemsArr = [
new VideoItem({ src: 'VIDEO_URL' }),
] <gallery [items]="itemsArr" /> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys. Im trying to make a video gallery. but i can't seem to get it to work. Anyone to help me ?
Beta Was this translation helpful? Give feedback.
All reactions