Changeset 8d391a1 for trip-planner-front/src/app/location/location-details
- Timestamp:
- 11/26/21 20:07:18 (3 years ago)
- Branches:
- master
- Children:
- 1ad8e64
- Parents:
- e29cc2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/location/location-details/location-details.component.html
re29cc2e r8d391a1 3 3 <p>{{locationDetails.description}}</p> 4 4 5 6 5 <div class="content-section implementation"> 7 6 <div class="card"> 8 <h5>More photos</h5>9 7 <p-galleria [value]="images" [responsiveOptions]="responsiveOptions" [containerStyle]="{'max-width': '640px'}" 10 [numVisible]="5" [circular]="true" [showItemNavigators]="true" >8 [numVisible]="5" [circular]="true" [showItemNavigators]="true" [showThumbnails]="false"> 11 9 <ng-template pTemplate="item" let-image> 12 10 <img src="data:image/png;base64,{{image.content}}" … … 16 14 <div class="p-grid p-nogutter p-justify-center"> 17 15 <img src="data:image/png;base64,{{image.content}}" 18 style=" height:50px;display: block;" />16 style=" display: block;" /> 19 17 </div> 20 18 </ng-template> 21 19 </p-galleria> 22 20 </div> 23 21 </div>
Note:
See TracChangeset
for help on using the changeset viewer.