swiper component added to web

This commit is contained in:
Eudes Inácio
2024-05-17 15:27:02 +01:00
parent ceaa283aef
commit 53bdb15b2c
8 changed files with 109 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
</ion-header> -->
<ion-content>
<swiper-container #swipers [slidechange]="onSlideChange()" [navigation]="navigation">
<swiper-container #swipers [slidechange]="onSlideChange()" [navigation]="navigation" autoHeight="true">
<swiper-slide *ngFor="let files of publicationList.Files let k = index">
<div >
<img *ngIf="checkFileType.checkFileType(files.FileExtension ) == 'image'" class="post-img"