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

Won't resize #29

Closed
power7714 opened this issue Aug 17, 2014 · 1 comment
Closed

Won't resize #29

power7714 opened this issue Aug 17, 2014 · 1 comment

Comments

@power7714
Copy link

It won't resize on mobile devices. I have a style-mobile.css that resizes everything else accordingly but spectragram stays the same size as if it were being viewed on a desktop. How can I get it to resize if viewed on a mobile device?

@adrianengine
Copy link
Owner

Please provide some example on JsFiddle, Codepen.io or Plunk.
The problem you describe it has nothing to do with the script, it depends on your CSS styling, if you want your image to scale set your styles to do so:

img { min-width:100%; width:100% }

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