Hi,
For now I just converted the image to base 64 then I created a css class:
.background-page {
--background: url('data:image/jpeg;base64,/9j/......);
}
and I call it
<ion-content fullscreen class="ion-padding background-page"
Hi,
For now I just converted the image to base 64 then I created a css class:
.background-page {
--background: url('data:image/jpeg;base64,/9j/......);
}
and I call it
<ion-content fullscreen class="ion-padding background-page"