Last change
on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
962 bytes
|
Line | |
---|
1 | <p>Details for the location</p>
|
---|
2 | <p>{{locationDetails.name}}</p>
|
---|
3 | <p>{{locationDetails.description}}</p>
|
---|
4 |
|
---|
5 |
|
---|
6 | <div class="content-section implementation">
|
---|
7 | <div class="card">
|
---|
8 | <h5>More photos</h5>
|
---|
9 | <p-galleria [value]="images" [responsiveOptions]="responsiveOptions" [containerStyle]="{'max-width': '640px'}"
|
---|
10 | [numVisible]="5" [circular]="true" [showItemNavigators]="true">
|
---|
11 | <ng-template pTemplate="item" let-image>
|
---|
12 | <img src="data:image/png;base64,{{image.content}}"
|
---|
13 | style="width: 100%; height: 350px; display: block;" />
|
---|
14 | </ng-template>
|
---|
15 | <ng-template pTemplate="thumbnail" let-image>
|
---|
16 | <div class="p-grid p-nogutter p-justify-center">
|
---|
17 | <img src="data:image/png;base64,{{image.content}}"
|
---|
18 | style=" height:50px; display: block;" />
|
---|
19 | </div>
|
---|
20 | </ng-template>
|
---|
21 | </p-galleria>
|
---|
22 | </div>
|
---|
23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.