20
Views
1
Comments
Solved
Can we use a background screen where motion of fire cracker is being displayed.
Application Type
Traditional Web

Can we you use a background screen where motion of fire cracker is being displayed in the background along with the main content? Please do let me know as I want that kind of background effect on my TWA project.

2021-08-04 12-19-54
Mayank Dharmpurikar
Solution

Hi Chandradeo,

If you want to give a certain background to a particular page, you can use the background image for the container and place other UI widgets inside of it. 

Alternatively, you can have a background picture for the body as well.

you can use css something like this.

body{

background-image: url('<Image URL>');

background-size:  100%;

background-attachment:  fixed;

overflow:  scroll;

}



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.