Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in using custom breakpoints #58

Open
btkarthick opened this issue Feb 4, 2015 · 0 comments
Open

Issue in using custom breakpoints #58

btkarthick opened this issue Feb 4, 2015 · 0 comments

Comments

@btkarthick
Copy link

Hi,
I have tried to use custom breakpoints like [0, 768] and using the below in the html markup.

img data-src0='images/logo-xs.png' data-src768='images/logo.png'

When the page is loaded in desktop resolution and resized to mobile then the above working fine. But when the page is loaded in mobile resolution(eg: 320px X 480px) and resized towards desktop then @768 the image should change but its not changing and the image in data-src0 remains.

So, my question is that responsejs only work in these custom breakpoints(as give in the docs) [0, 320, 481, 641, 961, 1025, 1281]?

I am using 0.9.1 version.

Any help would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant