Ionic full screen background image : In ionic framework full screen background image can be added using css. Here in this tutorial we are going to explain how to add full screen background image in ionic framework with example and demo.
Ionic full screen background image
You can add the full background image in ionic framework simply adding the class .pane in ionic view and add the background image to this class as below-
Ionic full screen background image Example & Demo:
<ion-view view-title="My Page" class="pane"> <ion-content> Hello World! </ion-content> </ion-view> |
If you run the above example it will produce the following output –