Top "Responsive-design" questions

Responsive Web Design (RWD) is an approach to Web design and development that aims at crafting sites to provide optimal experiences across a wide range of devices based on screen size, platform, and orientation.

Responsive Bootstrap Datatable not collapsing columns at the correct point

I'm using Datatables.net latest, with datatables and bootstrap. I suppose my question is: What does Datatables Responsive Bootstrap use …

jquery twitter-bootstrap responsive-design datatables
Images not responsive by default in Twitter Bootstrap 3?

It looks like with the new version 3.0 I have to set the class names of an image to col-lg-4 col-sm-4 …

javascript twitter-bootstrap twitter-bootstrap-3 responsive-design
how to make colorbox responsive

I am using colorbox in a responsive website. I have a request : I wish that Colorbox automatically adjusts itself to …

jquery colorbox responsive-design
Make logo image responsive using Bootstrap

I am using bootstrap for a site header. If I would like to make the website's logo responsive, Should I …

html css twitter-bootstrap responsive-design navbar
How to build a two column fluid layout with Twitter Bootstrap v3.0

Since bootstrap removed the *fluid css classes in v3.0, I couldn't find a way to build a two-column fluid layout. …

css twitter-bootstrap responsive-design twitter-bootstrap-3
Image in full screen with img tag

I am using the img tag for my slider images, I need the image to be full width and height …

html css image responsive-design background-image
How to code CSS media queries targeting ALL mobile devices and tablets?

@media only screen and (max-device-width : 640px) { /* Styles */ } @media only screen and (max-device-width: 768px) { /* Styles */ } This is what I have so …

css responsive-design media-queries
Responsive jQuery UI Dialog ( and a fix for maxWidth bug )

With many sites leveraging jQuery UI, there are some major shortcomings that have to be overcome because jQuery UI does …

jquery jquery-ui responsive-design jquery-dialog css
How to use Bootstrap 3 grid system with table component?

I have started a migration to grid system using Bootstrap 3, but the examples in the documentation are all using DIVs: …

twitter-bootstrap responsive-design twitter-bootstrap-3 grid-system
CSS media queries for Galaxy S3

Anyone know how to target the Samsung Galaxy S3 with media queries? Currently I use: iPad <link rel="stylesheet" …

css html media-queries responsive-design