diff --git a/src/app/components/home/_dialogs/demo-video/demo-video.component.html b/src/app/components/home/_dialogs/demo-video/demo-video.component.html index c27ee18d6a745766e8b921357d424cc4b0fe4eea..ed1cea5e394ff28e8582a07bf89a3d5a96511d83 100644 --- a/src/app/components/home/_dialogs/demo-video/demo-video.component.html +++ b/src/app/components/home/_dialogs/demo-video/demo-video.component.html @@ -1,6 +1,6 @@ <div class="video" fxLayout="row" fxLayoutAlign="center"> <h2 [ngClass]="{'mobileText': deviceType === 'mobile', 'desktopText': deviceType === 'desktop'}">{{'footer.demo' | translate}}</h2> - <iframe [ngClass]="{'mobileFrame': deviceType === 'mobile', 'desktopFrame': deviceType === 'desktop'}" src="https://www.youtube.com/embed/gq7LGp5HNIU?autoplay=1" frameborder="0" + <iframe [ngClass]="{'mobileFrame': deviceType === 'mobile', 'desktopFrame': deviceType === 'desktop'}" src="https://youtu.be/RODwmMxLKa0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <button [ngClass]="{'mobileButton': deviceType === 'mobile', 'desktopButton': deviceType === 'desktop'}" mat-raised-button (click)="closeDialog()"> <mat-icon >exit_to_app</mat-icon>