How to do background-img for all bage in bootstrap? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to do background-img for all bage in bootstrap?

Background bage

18th Mar 2020, 6:01 PM
Sosooo
5 Answers
0
You really need bootstrap for that? CSS can do : background-image: url('urlpath'); background-size:cover; or background-size:100%;
18th Mar 2020, 6:04 PM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
0
Yes
18th Mar 2020, 6:06 PM
Sosooo
0
Defeclt or what?
18th Mar 2020, 6:06 PM
Sosooo
0
Sosooo , Probably bootstrap doesn't provide a way to style background images. At least https://getbootstrap.com/docs/4.0/content/images/ doesn't mention it. You can do this in pure CSS without framework so why not? https://mdbootstrap.com/docs/jquery/css/background-image/
18th Mar 2020, 6:14 PM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
0
Amazing idea i try it.. Thanks
18th Mar 2020, 6:18 PM
Sosooo