2016-06-25 20:13:06 +08:00
|
|
|
<div #gridContainer>
|
2018-05-04 07:17:08 +08:00
|
|
|
<app-gallery-grid-photo
|
2018-03-31 03:30:30 +08:00
|
|
|
*ngFor="let gridPhoto of photosToRender"
|
2018-05-27 08:49:55 +08:00
|
|
|
|
|
|
|
[routerLink]="[]"
|
2018-11-05 02:28:32 +08:00
|
|
|
[queryParams]="queryService.getParams(gridPhoto.media)"
|
2018-03-31 03:30:30 +08:00
|
|
|
[gridPhoto]="gridPhoto"
|
|
|
|
[style.width.px]="gridPhoto.renderWidth"
|
|
|
|
[style.height.px]="gridPhoto.renderHeight"
|
|
|
|
[style.marginLeft.px]="IMAGE_MARGIN"
|
|
|
|
[style.marginRight.px]="IMAGE_MARGIN">
|
2016-04-09 21:19:25 +08:00
|
|
|
|
2018-05-04 07:17:08 +08:00
|
|
|
</app-gallery-grid-photo>
|
2018-03-31 03:30:30 +08:00
|
|
|
</div>
|