I found a problem setting an image as a background image of my app . can anyone help ? I tried both background and background-image but it didn’t work …
I’m working on monaca cloud IDE .
HTML:
<ons-template id=“login.html”>
<ons-page modifier=“full_bg” id=‘mypage’> … </ons-page>
</ons-template>
CSS:
.page–full_bg__background{
background: url(‘img/Backg.png’);
background-repeat: no-repeat;
background-size: 100% 100%; }
M
Save
Saving
maima
@maima
0
Reputation
1
Posts
377
Profile views
0
Followers
0
Following
Posts made by maima
-
background image in <ons-page>