I\'ve been search for a while and found some people got it working, but none of them provide any code samples.
I tried their suggestions but it didn\'t work for me. By s
Quite often people load CSS with media queries (bootstrap and other files) from a Content Delivery Networks (CDN, like oss.maxcdn.com or cdnjs.cloudflare.com). Respond.js doesn't work with externally loaded CSS, so you have to load your Bootstrap CSS (or other CSS with media queries) from your server.