@erkinalan wrote:
I am building an App with ionic 5 where the user should be allowed to customize the background image.
My code:
.html file:
<ion-content [ngStyle]="{'background-image':'url('+ backgroundImage + ')'}"></ion-content>
.ts file
this.backgroundImage = '../../assets/image/backgroundImage.png';
Posts: 4
Participants: 2