hello everyone
first od all thank u for your support and suggestions so i am developing app with ionic framework i’m a begginer
and i have a problem i don’t know what kind of component to use in order to the sign up view look like this
anyway thank u very much.
You don’t need any component, just use you scss to set you background image.
.login{ background: url(../../img/dog-bg.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
Something like this should be enough.
1 Like
thank u very much brother