irisa-gallery
v17.0.0
Published
<gallery [imageIds]="[1,2,3,...]" [hasThumbnail]="true" [intervalTime]="2500" [thumbnailImageSize]="64" [imageHeigth]="344" [queryParams]="{test: model.id}" getImageContentUrl="url" getThumbna
Downloads
19
Readme
<gallery [imageIds]="[1,2,3,...]" [hasThumbnail]="true" [intervalTime]="2500" [thumbnailImageSize]="64" [imageHeigth]="344" [queryParams]="{test: model.id}" getImageContentUrl="url" getThumbnailImageContentUrl="url">
|-----------------------------------------------------| | Name | Default | unit | |-----------------------------------------------------| | intervalTime | 2500 | ms | |-----------------------------------------------------| | thumbnailImageSize | 30 | px | |-----------------------------------------------------| | imageHeigth | 250 | px | |-----------------------------------------------------| | hasThumbnail | true | | *it's necessary to be 'true' for openModalOnTumbnail = true |-----------------------------------------------------| | justThumbnail | false | | *if be true it will change 'hasThumbnail' to true |-----------------------------------------------------| | openModalOnTumbnail | false | | *it is disabled because of cycle error in build time |-----------------------------------------------------| | intervalTimeForModal | 2500 | | *it's necessary for openModalOnTumbnail = true |-----------------------------------------------------| | imageHeigthForModal | 250 | | *it's necessary for openModalOnTumbnail = true |-----------------------------------------------------| | thumbnailImageSizeForModal | 30 | | *it's necessary for openModalOnTumbnail = true |-----------------------------------------------------| | getImageContentUrl | | | |-----------------------------------------------------| | getThumbnailImageContentUrl | | | *it's necessary for hasThumbnail = true |-----------------------------------------------------|
<gallery [imageIds]="[1,2,3,...]" getImageContentUrl="url" getThumbnailImageContentUrl="url">
<gallery [imageIds]="[1,2,3,...]" getImageContentUrl="url">
<gallery [imageIds]="[1,2,3,...]" [justThumbnail]="true" [thumbnailImageSize]="64" [queryParams]="{test: model.id}" getThumbnailImageContentUrl="url">
<gallery [imageIds]="[1,2,3,...]" [openModalOnTumbnail]="true" [intervalTimeForModal]="2500" [imageHeigthForModal]="344" [thumbnailImageSizeForModal]="64" [hasThumbnail]="true" [intervalTime]="2500" [thumbnailImageSize]="64" [imageHeigth]="344" [queryParams]="{test: model.id}" getImageContentUrl="url" getThumbnailImageContentUrl="url">