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.
There are a few issues with your SCSS code. So your code should be the following:
"ion-content.ion-color-secondary"with the property"--ion-color-base".