0
How to do background-img for all bage in bootstrap?
Background bage
5 Respuestas
0
You really need bootstrap for that?
CSS can do :
background-image: url('urlpath');
background-size:cover;
or
background-size:100%;
0
Yes
0
Defeclt or what?
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/
0
Amazing idea i try it.. Thanks