@@ -12,6 +12,7 @@ interface PhotoItem {
1212 id : number ;
1313 photoSrc : string ;
1414 photoAlt : string ;
15+ photoTitle ?: string ;
1516}
1617
1718@Component ( {
@@ -80,11 +81,25 @@ export class PhotoGridComponent implements OnInit, AfterViewInit, OnDestroy {
8081 photoSrc : "assets/images/photography/6078433077.JPG" ,
8182 photoAlt : "Trinity College, Dublin, Ireland" ,
8283 } ,
84+ {
85+ id : 4034431755 ,
86+ photoSrc : "assets/images/photography/4034431755.JPG" ,
87+ photoAlt :
88+ "401 Deep Eddy Ave, Austin, TX 78703" ,
89+ photoTitle : "Deep Eddy Municipal Pool" ,
90+ } ,
8391 {
8492 id : 9797 ,
8593 photoSrc : "assets/images/photography/9797.JPG" ,
8694 photoAlt : "Playa Guajataca, Isabela, Puerto Rico" ,
8795 } ,
96+ {
97+ id : 5898005341 ,
98+ photoSrc : "assets/images/photography/5898005341.JPG" ,
99+ photoAlt :
100+ "No. 25號, Lane 49, Chifeng St, Datong District, Taipei City, Taiwan 10353" ,
101+ photoTitle : "Datong District" ,
102+ } ,
88103 {
89104 id : 70710021 ,
90105 photoSrc : "assets/images/photography/70710021.JPG" ,
@@ -95,6 +110,13 @@ export class PhotoGridComponent implements OnInit, AfterViewInit, OnDestroy {
95110 photoSrc : "assets/images/photography/70750028.JPG" ,
96111 photoAlt : "Arashiyama Yusaitei in Kyoto, Japan" ,
97112 } ,
113+ {
114+ id : 96460166 ,
115+ photoSrc : "assets/images/photography/96460166.JPG" ,
116+ photoAlt :
117+ "Joanne & Iris" ,
118+ photoTitle : "Emma Long Metropolitan Park" ,
119+ } ,
98120 {
99121 id : 295350033 ,
100122 photoSrc : "assets/images/photography/295350033.JPG" ,
0 commit comments