<ion-content [fullscreen]="true"> <div *ngFor="let book of listBookcase"> <iframe width="{{width}}" height="{{height}}" [src]="sanitizer(book.link)" seamless="seamless" scrolling="yes" frameborder="0" allowtransparency="true" allowfullscreen></iframe> </div> </ion-content>