@TaimoorMughal wrote:
Hello,
I am trying to add image on my home screen as i am getting image path from api so i’m usingstyle="background-image: url({{flag}})"
, i want to add multiple images on my background. Or you can say i want to add 2 images one half of screen will have one flag and the other half will have the second flag.<ion-content> <div style="background-image: url({{toFlag}})"> <div style="background-image: url({{fromFlag}})"> <.......Code......> </div> </div> </ion-content>
How can i be able to add 2 images on ion-content by giving them 2 parts.
Thanks
Posts: 1
Participants: 1