Sure thing!!
Html
<ion-content >
<button *ngIf="showScreenshtoButton" class="wood-border" style="position: absolute; height: 100vh; width: 100%; left: 0; top: 0;">
</button>
<img *ngIf="pictureUrl" width="500px" height="cover" [src]="pictureUrl ">
</ion-content>