ryanve / response.js

Responsive design toolkit
http://responsejs.com
Other
801 stars 123 forks source link

position: fixed issue #16

Closed 0m15 closed 11 years ago

0m15 commented 11 years ago

Scenario:

You have an <img> with position: fixed.

This breaks response.js from serving smaller/larger version of the img at proper viewport breakpoints.

Behavior tested on iPad:

Removing the css property solves the issue.

I can put online some demos, if you need it.

ryanve commented 11 years ago

@zimok Yes please put a link to a demo and/or paste here the response.js options object you are using. Is the issue specific to the iPad? Which version of the iPad is it? The iPad is notorious for position:fixed issues.