You want to probably want to use the CSS cover styles.

I did something like this:

background: url(../img/bg.jpg) no-repeat top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

Cheers,

Jake

On Wednesday, May 22, 2013 4:25:13 PM UTC-7, [email protected] wrote:
>
> Hi,
>
> In bootstrap if I want to set a max width for desktops as I dont like the 
> webpage spread across a wide screen, I can use media query in my own css 
> or just set the max width of the whole screen in pixels? This is for 
> responsive design.
> What do I do in bootstrap to set a max width for the screen and still 
> enable responsive features?
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to