Search found 1 match

Go to advanced search

by vijayasanap
Wed Jun 23, 2021 8:15 am
Forum: Issues
Topic: Is there a way to put a full screen image or animated gif in the background of page in an ionic/angular app?
Replies: 3
Views: 3749
 
Jump to post

Re: Is there a way to put a full screen image or animated gif in the background of page in an ionic/angular app?

there is a way to put full screen image or animated gif in the background of the page in an Angularjs app-
Keep

background-size: cover;
}
h1{
font-family: 'Advent Pro', sans-serif;
font-size: 3em;
margin: .2em .5em;
color: rgba(0,0,0, 0.3);
}
body {
height: 100%;
}

Go to advanced search