django-responsive icon indicating copy to clipboard operation
django-responsive copied to clipboard

Utilities for building responsive websites in Django.

Results 6 django-responsive issues
Sort by recently updated
recently updated
newest added

Currently the JS uses the `screen.width` which assumes that the user is browsing at full screen. Really this needs to capture the current window width since that's what the media...

Is django-responsive supposed to work with Django 1.11? All i get from device info is: `` {u'width': None, u'pixelratio': None, u'type': None, u'height': None} `` The setup worked before with...

IFRAME in Safari I believe this is causing an issue when used inside an IFRAME in Safari, since setting cookies is not allowed by Safari inside an IFRAME. I would...

The document.reload call causes some issues. 1. Referrer information isn't interpreted correctly in Google Analytics. (organic traffic is measured as direct) 2. Google PageSpeed Insights raises a 'too many redirects'...

QUnit or the like.