How to put an ionic background image

0

Well, my question is very simple, how can I put a background image? and trying in various ways since css what I found but still nothing!

My route would be: www/img/fondos/newalgas.svg

    
asked by Hernan Humaña 13.11.2016 в 07:30
source

2 answers

1

To put a background image you must declare a class css and give it the property background-image:

background-image: url('../img/newalgas.svg')
    
answered by 16.11.2016 / 15:18
source
-1

One way that worked for me was the img tag:

<img src="img/fondos/newalgas.svg">
    
answered by 04.04.2017 в 05:44