@watone/wt-cli
Version:
watone tools
22 lines (21 loc) • 2.58 kB
JavaScript
export default class PhotoService {
getImages() {
return [
{"itemImageSrc": "images/galleria/galleria1.jpg","thumbnailImageSrc": "images/galleria/galleria1s.jpg","alt": "Description for Image 1","title": "Title 1"},
{"itemImageSrc": "images/galleria/galleria2.jpg","thumbnailImageSrc": "images/galleria/galleria2s.jpg","alt": "Description for Image 2","title": "Title 2"},
{"itemImageSrc": "images/galleria/galleria3.jpg","thumbnailImageSrc": "images/galleria/galleria3s.jpg","alt": "Description for Image 3","title": "Title 3"},
{"itemImageSrc": "images/galleria/galleria4.jpg","thumbnailImageSrc": "images/galleria/galleria4s.jpg","alt": "Description for Image 4","title": "Title 4"},
{"itemImageSrc": "images/galleria/galleria5.jpg","thumbnailImageSrc": "images/galleria/galleria5s.jpg","alt": "Description for Image 5","title": "Title 5"},
{"itemImageSrc": "images/galleria/galleria6.jpg","thumbnailImageSrc": "images/galleria/galleria6s.jpg","alt": "Description for Image 6","title": "Title 6"},
{"itemImageSrc": "images/galleria/galleria7.jpg","thumbnailImageSrc": "images/galleria/galleria7s.jpg","alt": "Description for Image 7","title": "Title 7"},
{"itemImageSrc": "images/galleria/galleria8.jpg","thumbnailImageSrc": "images/galleria/galleria8s.jpg","alt": "Description for Image 8","title": "Title 8"},
{"itemImageSrc": "images/galleria/galleria9.jpg","thumbnailImageSrc": "images/galleria/galleria9s.jpg","alt": "Description for Image 9","title": "Title 9"},
{"itemImageSrc": "images/galleria/galleria10.jpg","thumbnailImageSrc": "images/galleria/galleria10s.jpg","alt": "Description for Image 10","title": "Title 10"},
{"itemImageSrc": "images/galleria/galleria11.jpg","thumbnailImageSrc": "images/galleria/galleria11s.jpg","alt": "Description for Image 11","title": "Title 11"},
{"itemImageSrc": "images/galleria/galleria12.jpg","thumbnailImageSrc": "images/galleria/galleria12s.jpg","alt": "Description for Image 12","title": "Title 12"},
{"itemImageSrc": "images/galleria/galleria13.jpg","thumbnailImageSrc": "images/galleria/galleria13s.jpg","alt": "Description for Image 13","title": "Title 13"},
{"itemImageSrc": "images/galleria/galleria14.jpg","thumbnailImageSrc": "images/galleria/galleria14s.jpg","alt": "Description for Image 14","title": "Title 14"},
{"itemImageSrc": "images/galleria/galleria15.jpg","thumbnailImageSrc": "images/galleria/galleria15s.jpg","alt": "Description for Image 15","title": "Title 15"}
];
}
}