+ 2

how can we add an image as background ..and too should be equal to screen size

19th Aug 2016, 9:18 AM
Anoop poonia
Anoop poonia - avatar
3 Answers
+ 3
you need to use css for such styling. In css the property of background-image:url(); for setting a background image and background-size: cover/contain; to make it equal to the screen size. Adding these properties should do the job
19th Aug 2016, 12:08 PM
shadow1435
+ 2
css property: background: url(); background-size: cover;
23rd Aug 2016, 2:40 AM
Jojellyn Villanueva
Jojellyn Villanueva - avatar
0
please reframe your question. is it when deigning a web page?
20th Aug 2016, 2:23 PM
Tanko Bello
Tanko Bello - avatar