0
I’m starting a project with bootstrap, but I can’t adjust the mobile.
<div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear ">
<img src="img/portfolio/thumbnails/1.jpg" class="thumb">
</div>
<div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear ">
<img src="img/portfolio/thumbnails/1.jpg" class="thumb">
</div>
<div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear ">
<img src="img/portfolio/thumbnails/1.jpg" class="thumb">
</div>
<div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear ">
<img src="img/portfolio/thumbnails/1.jpg" class="thumb">
</div>
The phone recognizes the -Md instead of the -Sm or the -Xs. I know because of the current resolution of the devices, but how can I solve this?
How can you not recognize which bootstrap you are wearing?
– LeAndrade
You have configured the viewport type
<meta name="viewport" content="width=device-width, initial-scale=1">
– Leandro Godoy Rosa
worked! , thanks :)
– Lucas Kaynan