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

Responsive #69

Closed
wgray01 opened this issue Aug 24, 2016 · 1 comment
Closed

Responsive #69

wgray01 opened this issue Aug 24, 2016 · 1 comment

Comments

@wgray01
Copy link

wgray01 commented Aug 24, 2016

First let me preface that I am VERY much a newbie here and to java script as well.
Although I love the script and its functionality. It doesn't seem to be responsive. If you size the window down narrower than the all of the elements they are off canvas.

So far the only way I can get it to somewhat work is by doing a reload.
window.addEventListener('resize', function () { "use strict"; window.location.reload(); });

This is a very archaic way of doing so.
Are there any other ways of accomplishing the re-positioning of the elements based on the window size?

@cameronmcefee
Copy link
Owner

cameronmcefee commented Aug 24, 2016

Hi @wgray01!

You're probably right that there are better ways (something using css transforms comes to mind). As mentioned in the README, this hasn't been under active development for a few years, so it has very much fallen behind. If you're looking for a responsive option, you're better off looking at alternative libraries.

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

2 participants