Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an extension of Twitter Bootstrap for Retina-Display?

Its a lot headache trying to merge bootstrap CSS and CSS specific to retina-display.

So is there an easy way to do this. May be someone has built an extension about it.

like image 852
Starx Avatar asked Feb 26 '13 03:02

Starx


People also ask

Is twitter bootstrap the same as Bootstrap?

There's no difference. Twitter Bootstrap was the official name for version 1.0 (Twitter Bootstrap). Later the name has been shortened.

Does Twitter still use Bootstrap?

At Twitter, Bootstrap has quickly become one of our many go-to front-end tools when starting new applications and sites.

What does twitter bootstrap have to do with web sites?

Twitter Bootstrap is a front end framework to develop web apps and sites fast. In modern web development, there are several components which are required in almost all web projects. Bootstrap provides you with all those basic modules - Grid, Typography, Tables, Forms, Buttons, and Responsiveness.


1 Answers

There is one extension for images Retina JS . It check the server for higher quality image on server , if it exists , replacement is done . For more info you can visit the Link.

You can also use HTML5 boiler plate and combine it with bootstrap .

HTML5 Mobile Boiler Plate

like image 119
Shail Avatar answered Oct 14 '22 04:10

Shail