|
|
|
@ -2,7 +2,8 @@
|
|
|
|
|
<div class="swiper-container"> |
|
|
|
|
<div class="swiper-wrapper"> |
|
|
|
|
<div *ngFor="let item of allImages" class="swiper-slide previewImgBox"> |
|
|
|
|
<img [ngClass]="{'rotateA':rotationAngle==90,'rotateB':rotationAngle==180,'rotateC':rotationAngle==270}" [src]="item"> |
|
|
|
|
<img [ngClass]="{'rotateA':rotationAngle==90,'rotateB':rotationAngle==180,'rotateC':rotationAngle==270} " class="swiper-lazy" [attr.data-src]="item"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|