@RSB wrote:
I’m new to ionic and i’m trying to load a background image, no luck.
Please advise.home.page.scss file:
page-home {
.bg-image{
background-image: url(’/assets/img/index.jpg’);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.no-scroll .scroll-content {
overflow: hidden;}
}
Posts: 1
Participants: 1