I'm trying to set an image takken from media manager in appery in my Ionic App, using Ionic 5... but the image doesn't show. I'm using following code in the SCSS section:
ion-content
{
--background: no-repeat center/cover url('/files/images/background.png');
}
Please help.